From: | Dave Bodenstab <dave(at)bodenstab(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | psql 8.0.0 rc5 parser error on \dt? |
Date: | 2005-01-17 17:31:00 |
Message-ID: | 41EBF654.9020704@bodenstab.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
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. Other backslash commands seem to work
(ie. \? \e \q).
$ psql -h host-running-7.1.3 test
Welcome to psql 8.0.0rc5, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
test=> \dt
ERROR: parser: parse error at or near "."
test=> \q
$
Just to see if there might be something funny with the flex generated
parser, I ran flex against psqlscan.l; the output was identical to the
original psqlscan.c.
I built postgresql with:
$ pg_config --configure
'--with-template=freebsd' '--with-pam' '--with-openssl' 'CFLAGS= ' 'CPPFLAGS= ' 'LDFLAGS=-L/usr/local/lib'
I have not installed postgresql previously on this system, so it cannot
be picking up anything from a previous install.
A question: where would I go to check if this problem has already
been reported?
Thanks.
Dave Bodenstab
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-17 18:32:51 | Re: Interval resolution |
Previous Message | Tom Lane | 2005-01-17 15:34:45 | Re: BUG #1406: subsequent WHEN/ELSE is getting validated, eventhough prior WHEN condition is true |