PSQL commands not backwards-compatible - Mailing list pgsql-bugs

From Josh Berkus
Subject PSQL commands not backwards-compatible
Date
Msg-id 200508301209.04026.josh@agliodbs.com
Whole thread Raw
Responses Re: PSQL commands not backwards-compatible  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PSQL commands not backwards-compatible  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs
Folks,

Discovered some problems using 8.1 psql to connect to an 8.0 server:

test_stats=# \l
ERROR:  relation "pg_catalog.pg_roles" does not exist
test_stats=# \dt
ERROR:  relation "pg_catalog.pg_roles" does not exist
test_stats=# \dv
ERROR:  relation "pg_catalog.pg_roles" does not exist

This is from CVS, the day before the beta release.   Ignore me if it's
already been fixed.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-bugs by date:

Previous
From: Dustin Sallings
Date:
Subject: Re: BUG #1853: explain gives ERROR: bogus varno: 23
Next
From: Tom Lane
Date:
Subject: Re: PSQL commands not backwards-compatible