![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
This isn't a bug, it's a feature request. We've never had backwards compatibility of psql backslash commands. |
#5
| |||
| |||
|
|
Tom Lane wrote: This isn't a bug, it's a feature request. We've never had backwards compatibility of psql backslash commands. In the past, most of these usually worked. |
#6
| |||
| |||
|
|
They've been broken on a fairly regular basis in past releases. Certainly 7.3 broke every single one because of the addition of schema syntax ... |
#7
| |||
| |||
|
|
Tom, They've been broken on a fairly regular basis in past releases. Certainly 7.3 broke every single one because of the addition of schema syntax ... Yeah, and we warned people about it, as I recall. Also, we had about 25x less users then. I think we should put something in the release notes: WARNING: 8.1's "psql" is not completely backwards-compatible with previous versions of PostgreSQL. |
#8
| |||
| |||
|
|
This isn't a bug, it's a feature request. We've never had backwards compatibility of psql backslash commands. In the past, most of these usually worked. They've been broken on a fairly regular basis in past releases. Certainly 7.3 broke every single one because of the addition of schema syntax ... |
#9
| |||
| |||
|
|
Josh Berkus wrote: Tom, They've been broken on a fairly regular basis in past releases. Certainly 7.3 broke every single one because of the addition of schema syntax ... Yeah, and we warned people about it, as I recall. Also, we had about 25x less users then. I think we should put something in the release notes: WARNING: 8.1's "psql" is not completely backwards-compatible with previous versions of PostgreSQL. I am working on a patch to warn on psql startup if the backslash commands might not work. |
#10
| |||
| |||
|
|
I think we should put something in the release notes: WARNING: 8.1's "psql" is not completely backwards-compatible with previous versions of PostgreSQL. |
![]() |
| Thread Tools | |
| Display Modes | |
| |