| From: | Josh Berkus <josh(at)agliodbs(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | PSQL commands not backwards-compatible |
| Date: | 2005-08-30 19:09:03 |
| Message-ID: | 200508301209.04026.josh@agliodbs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-patches |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Cleber Nardelli | 2005-08-30 19:53:24 | BUG #1857: Problem with driver ODBC |
| Previous Message | Osni Souza | 2005-08-30 13:21:23 | Erro na instalação |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-08-30 20:24:31 | Re: PSQL commands not backwards-compatible |
| Previous Message | Bruce Momjian | 2005-08-30 18:58:30 | Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items) |