2015-07-17 18:56 GMT+02:00 Robert Haas :
> On Thu, Jul 16, 2015 at 12:21 AM, Pavel Stehule
> wrote:
> > terrible often I use pattern
> >
> > psql -c "select datname from pg_database where not datistemplate and
> > datallowconn" postgres
> >
> > What about introduction new long option that does i
On Thu, Jul 16, 2015 at 12:21 AM, Pavel Stehule wrote:
> terrible often I use pattern
>
> psql -c "select datname from pg_database where not datistemplate and
> datallowconn" postgres
>
> What about introduction new long option that does it?
>
> psql -At -list --names --without-templates
I think
Hi
terrible often I use pattern
psql -c "select datname from pg_database where not datistemplate and
datallowconn" postgres
What about introduction new long option that does it?
psql -At -list --names --without-templates
Regards
Pavel