broken autocomplete in head

Started by Pavel Stehuleover 10 years ago3 messageshackers
Jump to latest
#1Pavel Stehule
pavel.stehule@gmail.com

Hi

it looks like backslash is ignored, and then autocomplete for backslash
commands is off.

Regards

Pavel

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pavel Stehule (#1)
Re: broken autocomplete in head

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

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tom Lane (#2)
Re: broken autocomplete in head

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