Re: broken autocomplete in head

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: broken autocomplete in head
Date: 2015-12-17 21:56:48
Message-ID: 27005.1450389408@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-12-17 23:39:02 Re: Function and view to retrieve WAL receiver status
Previous Message Robert Haas 2015-12-17 21:31:01 Re: Remove array_nulls?