broken autocomplete in head
Hi
it looks like backslash is ignored, and then autocomplete for backslash
commands is off.
Regards
Pavel
Pavel Stehule <pavel.stehule@gmail.com> writes:
it looks like backslash is ignored, and then autocomplete for backslash
commands is off.
Turns out adding rl_initialize() did that :-(. Fixed now.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
2015-12-17 22:56 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
it looks like backslash is ignored, and then autocomplete for backslash
commands is off.Turns out adding rl_initialize() did that :-(. Fixed now.
Thank you
Regards
Pavel
Show quoted text
regards, tom lane