Re: option for psql - short list non template database

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: option for psql - short list non template database
Date: 2015-07-17 17:02:04
Message-ID: CAFj8pRAzMjwrGPmO61duAFHFZcgxvCEhUi3soa2H+X0bt-F95w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2015-07-17 18:56 GMT+02:00 Robert Haas <robertmhaas(at)gmail(dot)com>:

> On Thu, Jul 16, 2015 at 12:21 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> 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 you should just put an alias in your .bashrc file. If we add
> everyone's favorite shortcuts to every tool, we will end up with an
> unsupportable number of features that are each of interest to only a
> very few people.
>

sure - but taking list of databases and iteration over this list is pretty
common task.

Pavel

>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2015-07-17 17:33:44 Re: [HACKERS] GSets: Getting collation related error when GSets has text column
Previous Message Robert Haas 2015-07-17 16:56:29 Re: option for psql - short list non template database