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

From Pavel Stehule
Subject Re: psql: show only failed queries
Date
Msg-id CAFj8pRD8a6_kBbW_bw_MJQBXz67jD0Yc-em2AFnf2L_SOR-R7g@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 12:07 GMT+02:00 Fujii Masao <masao.fujii@gmail.com>:
On Tue, Jul 15, 2014 at 7:01 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>
>
>
> 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

+1

here is the patch

Regards

Pavel


 

Regards,

--
Fujii Masao

Attachment

pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED
Next
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Reset master xmin when hot_standby_feedback disabled.