Re: [GENERAL] createuser: How to specify a database to connect to

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: [GENERAL] createuser: How to specify a database to connect to
Дата
Msg-id CAECtzeX-katTXnSUOoJDydB0YHDv2zOf5Zrc1L7DWwwpucca=w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] createuser: How to specify a database to connect to  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
2017-03-13 17:10 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
Guillaume Lelarge <guillaume@lelarge.info> writes:
> It's not very hard to do. But I really wonder why it's not already done. I
> fear there was a good idea, but I fail to see which one :)

The core reason why we haven't complicated createuser in that particular
direction is that createuser is only a convenience function for easy
cases.  There is not anything it could do for you that you can't do in
psql, and there are multiple cases that it doesn't attempt to handle
at all (some of the less-common options to CREATE USER, for instance).
I don't have any problem with "I decided to get rid of the postgres
database" being one of the unhandled cases.


Sure, I understand. That's fine with me. Thanks for the explanation.


--

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] createuser: How to specify a database to connect to
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] createuser: How to specify a database to connect to