This is a discussion on Re: The improvement for psql of 8.2beta1 not within the pgsql Hackers forums, part of the PostgreSQL category; --> > >> The test shows that it's OK under Linux (Slackware), but > >> malfunctioned on Windows XP. > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > >> The test shows that it's OK under Linux (Slackware), but > >> malfunctioned on Windows XP. > > > > Good point. We don't use readline on Win32, but rather the native > > command-line control, over which we have little control. > > Does libedit compile under mingw? No. At least, it didn't the last couple of times I've tried it. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| On 10/8/06, Magnus Hagander <mha@sollentuna.net> wrote: > > >> The test shows that it's OK under Linux (Slackware), but > > >> malfunctioned on Windows XP. > > > > > > Good point. We don't use readline on Win32, but rather the native > > > command-line control, over which we have little control. > > > > Does libedit compile under mingw? > > No. At least, it didn't the last couple of times I've tried it. I compile psql with cygwin to get the readline version. Also the win32 version defatults to pagination with 'more' instead of 'less'. merlin ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |