backslash commands under win32
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <OFF88296E4.2088009E-ONC1256EBC.0021B54E-C1256EBC.002237D9@flender.com> |
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