Re: Relation "pg_relcheck"

Поиск
Список
Период
Сортировка
От Tilo Schwarz
Тема Re: Relation "pg_relcheck"
Дата
Msg-id 200302262140.17578.mail@tilo-schwarz.de
обсуждение исходный текст
Ответ на Re: Relation "pg_relcheck"  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Relation "pg_relcheck"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Tom Lane writes:
> "Victor Yegorov" <viy@pirmabanka.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


В списке pgsql-sql по дате отправления:

Предыдущее
От: Itai Zukerman
Дата:
Сообщение: btree_gist, gint4_union
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Relation "pg_relcheck"