Re: Relation "pg_relcheck"

From: Tilo Schwarz <mail(at)tilo-schwarz(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Relation "pg_relcheck"
Date: 2003-02-26 20:40:17
Message-ID: 200302262140.17578.mail@tilo-schwarz.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tom Lane writes:
> "Victor Yegorov" <viy(at)pirmabanka(dot)lv> writes:
> > mema2=> \d forest
> > ERROR: Relation "pg_relcheck" does not exist
> >
> > Whats the problem, I wonder.
>
> psql version not matching server version.
>
> regards, tom lane

Because this sort of questions appears quite often, I was wondering, if the
start up message of psql could be changed from

Welcome to psql 7.4devel, the PostgreSQL interactive terminal.

to something like

Welcome to psql 7.4devel, the PostgreSQL interactive terminal.
Connected to PostgreSQL <put version here>.

to make it easier to catch these errors. Don't I get the server version with
"select version();"? (I would even try my first patch if folks would like
it...)

Best regards,

Tilo

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-02-26 21:09:14 Re: Relation "pg_relcheck"
Previous Message Achilleus Mantzios 2003-02-26 19:58:23 Re: Design Q.:logic in app or db?