Re: 7.3 pg_relcheck oddness

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Ramsey <pramsey(at)refractions(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.3 pg_relcheck oddness
Date: 2002-12-05 20:12:49
Message-ID: 352.1039119169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Paul Ramsey <pramsey(at)refractions(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-12-05 20:16:35 Re: PQnotifies() in 7.3 broken?
Previous Message Rod Taylor 2002-12-05 20:10:22 Re: 7.4 - TODO : alter table drop foreign key