option for psql - short list non template database

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема option for psql - short list non template database
Дата
Msg-id CAFj8pRDFimVkLmaHfSKBx-7szbbgzgsX3swxnhGVBZ6sLjPzUA@mail.gmail.com
обсуждение исходный текст
Ответы Re: option for psql - short list non template database  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [DESIGN] Incremental checksums
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file