]> granicus.if.org Git - postgresql/commit
Fix tab-complete so it works with old versions of readline that don't
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jan 2000 23:32:36 +0000 (23:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jan 2000 23:32:36 +0000 (23:32 +0000)
commit7cc0d6ae9dc485d954edce84e28f665ac6151bb9
tree3fd44c6bdd5a5128ed48899ef1ab3e788de7e1c9
parente33f550bc06a0410ae5a64ad16cc29f8ed5a882f
Fix tab-complete so it works with old versions of readline that don't
have the rl_completion_append_character variable.  The tab completion
behavior doesn't seem to be quite perfect in that situation, but it's
better than failing to build at all...
src/bin/psql/tab-complete.c
src/configure
src/configure.in
src/include/config.h.in