Yogi Barot <YBarot@xxxxxxxxxx> writes: > I have migrated data from postgresql 9.0 to 9.5, When I run following command, it does not show tablespace location and fails with bellow error. Can someone provide fix in the next release? > postgres=# \db* > ERROR: column "spclocation" does not exist > LINE 3: spclocation AS "Location" You're apparently trying to use an old version of psql with the newer database. You need to use an up-to-date psql. regards, tom lane -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin