Re: psql: show only failed queries

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>, Rajeev rastogi <rajeev(dot)rastogi(at)huawei(dot)com>, Samrat Revagade <revagade(dot)samrat(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Fabrízio Mello <fabriziomello(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql: show only failed queries
Date: 2014-07-15 19:34:20
Message-ID: CAFj8pRD8a6_kBbW_bw_MJQBXz67jD0Yc-em2AFnf2L_SOR-R7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2014-07-15 12:07 GMT+02:00 Fujii Masao <masao(dot)fujii(at)gmail(dot)com>:

> On Tue, Jul 15, 2014 at 7:01 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> wrote:
> >
> >
> >
> > 2014-07-15 11:29 GMT+02:00 Fujii Masao <masao(dot)fujii(at)gmail(dot)com>:
> >
> >> On Thu, Jul 10, 2014 at 9:56 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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 Content-Type Size
psql-var-complete-2.patch text/x-patch 4.4 KB

In response to

Responses

Browse pgsql-hackers by date

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