Re: psql: show only failed queries - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: psql: show only failed queries
Date
Msg-id CAFj8pRCyrK7iKQvEq4xgPdct1XbggsUyqP-BMoUXSomU+Oj_iw@mail.gmail.com
Whole thread Raw
In response to Re: psql: show only failed queries  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: psql: show only failed queries  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers



2014-07-15 11:29 GMT+02:00 Fujii Masao <masao.fujii@gmail.com>:
On Thu, Jul 10, 2014 at 9:56 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> Hello
>
> here is a proposed patch - autocomplete for known psql variable content

Even after applying the patch, the following psql variables were not displayed
on the tab-completion of \set command.

HISTFILE
HISTSIZE
HOST
IGNOREEOF
LASTOID

I'm not sure if it's worth displaying all of them on the tab-completion of \set
because it seems strange to change some of them by \set command, for example
HOST, though.

For these variables are not default - so doesn't exist and cannot be completed by default.

there are two fix:

a) fix autocomplete source - preferred
b) create default - but it is probably impossible

Regards

Pavel
 

Regards,

--
Fujii Masao

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: psql: show only failed queries
Next
From: Fujii Masao
Date:
Subject: Re: psql: show only failed queries