Re: 7.3 pg_relcheck oddness - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.3 pg_relcheck oddness
Date
Msg-id 352.1039119169@sss.pgh.pa.us
Whole thread Raw
In response to 7.3 pg_relcheck oddness  (Paul Ramsey <pramsey@refractions.net>)
List pgsql-hackers
Paul Ramsey <pramsey@refractions.net> writes:
>    \d thetable
> returns
>    ERROR:  Relation "pg_relcheck" does not exist

I think you are using a 7.2 psql with the 7.3 server.  There will be
quite a few problems with backslash commands in that combination
(or the reverse), because of the extensive catalog changes in 7.3.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: 7.4 - TODO : alter table drop foreign key
Next
From: Bruce Momjian
Date:
Subject: Re: PQnotifies() in 7.3 broken?