Windows v readline - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Windows v readline
Date
Msg-id 8d4e41ab-f001-fe9c-d796-a7b584a3c7f6@2ndQuadrant.com
Whole thread Raw
Responses psql tab-complete
Re: Windows v readline
List pgsql-hackers
The configure code currently has this:


# readline on MinGW has problems with backslashes in psql and other bugs.
# This is particularly a problem with non-US code pages.
# Therefore disable its use until we understand the cause. 2004-07-20
if test "$PORTNAME" = "win32"; then
  if test "$with_readline" = yes; then
    AC_MSG_WARN([*** Readline does not work on MinGW --- disabling])
    with_readline=no
  fi
fi


2004 is a very long time ago. Has anyone looked at this more recently?
It would certainly be nice to have readline-enabled psql on Windows if
possible.


cheers


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: python detection v windows
Next
From: Peter Eisentraut
Date:
Subject: Re: Standby accepts recovery_target_timeline setting?