From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | psql regression in CVS HEAD |
Date: | 2003-02-19 20:30:40 |
Message-ID: | 1045686640.583.403.camel@tokyo |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm seeing this:
Welcome to psql 7.4devel, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
nconway=> \d
nconway=> create table a (b int);
CREATE TABLE
nconway=> \d
nconway=> \dS
nconway=> \d a
nconway=>
(i.e. all the slash commands seem to be returning no output: the server
log show the queries are being sent to the backend, but no output is
produced by psql).
That's with current CVS, on Linux with libreadline4.3
Cheers,
Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-02-19 21:53:49 | Re: The last configuration file patch (I hope!) This one |
Previous Message | Dave Cramer | 2003-02-19 20:18:01 | Re: request for sql3 compliance for the update command |