Re: backslash commands under win32
- From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
- To: pgsql-hackers-win32(at)postgresql(dot)org
- Subject: Re: backslash commands under win32
- Date: Wed, 23 Jun 2004 21:25:21 +0200
- Message-id: <40D9D921(dot)1070102(at)web(dot)de>
Tom(dot)Zschockelt(at)flender(dot)com wrote:
Hi,
when running psql in a cmd.exe like
psql template1
it's not possible to enter a backslash-command ( no echo when typing
backslash )
When running the same psql in a cmd.exe without readline
psql -n template1
the problem does not appear
Does the win32 port use a wrong readline ?
Best regards
tom
I have the same problem. psql -c "\d" works fine.
Daniel
Home |
Main Index |
Thread Index