On 2019-12-30 14:28, Tom Lane wrote:
Peter Eisentraut writes:
On 2019-09-29 22:55, Andrew Dunstan wrote:
It would certainly be nice to have readline-enabled psql on Windows if
possible.
I tried this out. First, it doesn't build, because readline doesn't do
the dllimport/dllexport dance on
Peter Eisentraut writes:
> On 2019-09-29 22:55, Andrew Dunstan wrote:
>> It would certainly be nice to have readline-enabled psql on Windows if
>> possible.
> I tried this out. First, it doesn't build, because readline doesn't do
> the dllimport/dllexport dance on global variables, so all refer
On 2019-09-29 22:55, Andrew Dunstan wrote:
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 "$P
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_re