Re: backslash commands under win32
Daniel Schuchardt <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend