From: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
---|---|
To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | psql is broken in 8.4 |
Date: | 2009-05-21 12:47:44 |
Message-ID: | 1242910064.1362.30.camel@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
last version of psql is broken:
psql (8.4beta1, server 8.3.7)
WARNING: psql version 8.4, server version 8.3.
Some psql features might not work.
Type "help" for help.
postgres=# \d test
ERROR: syntax error at or near ","
LINE 1: ...index, relhasrules, reltriggers <> 0, relhasoids, ,'',
relta...
^
It should work. I think describeTableDetails() does not have something
like: if (pset.sversion >= 80100) ...
Another problem is with resultset. When I run for example following
command I got this output:
postgres=# select oid from pg_am;
oid
------
403
405
783
2742
See the garbage at the end.
Zdenek
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2009-05-21 12:51:20 | Re: from_collapse_limit vs. geqo_threshold |
Previous Message | Peter Eisentraut | 2009-05-21 12:30:33 | Re: Compiler warning |