Re: psql 8.0.0 rc5 parser error on \dt?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Bodenstab <dave(at)bodenstab(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: psql 8.0.0 rc5 parser error on \dt?
Date: 2005-01-17 18:51:26
Message-ID: 8877.1105987886@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dave Bodenstab <dave(at)bodenstab(dot)org> writes:
> I built 8.0.0rc5 on FreeBSD 4.8. It built with no errors. I then
> tried psql using another host running postgresql 7.1.3 and I get the
> goofy error message shown below.

psql's backslash commands are only guaranteed to work with a server of
the same version. Trying 8.0 against a prehistoric server like that
is going to result in all kinds of oddness. (Look at the actual
queries with -E to see why.)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-01-17 18:54:06 Re: Trigger changes visibility
Previous Message Tom Lane 2005-01-17 18:32:51 Re: Interval resolution