Yogi Barot <YBarot@symcor.com> writes:
> I have migrated data from postgresql 9.0 to 9.5, When I run following command, it does not show tablespace location
andfails 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