Re: new --maintenance-db options

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: new --maintenance-db options
Дата
Msg-id 29806.1340655654@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: new --maintenance-db options  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: new --maintenance-db options  (Amit Kapila <amit.kapila@huawei.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> From pg_upgrade's perspective, it would
> be nice to have a flag that starts the server in some mode where
> nobody but pg_upgrade can connect to it and all connections are
> automatically allowed, but it's not exactly clear how to implement
> "nobody but pg_upgrade can connect to it".

The implementation I've wanted to see for some time is that you can
start a standalone backend, but it speaks FE/BE protocol to its caller
(preferably over pipes, so that there is no issue whatsoever of where
you can securely put a socket or anything like that).  Making that
happen might be a bit too much work if pg_upgrade were the only use
case, but there are a lot of people who would like to use PG as an
embedded database, and this might be close enough for such use-cases.

However, that has got little to do with whether --maintenance-db is a
worthwhile thing or not, because that's about external client-side
tools, not pg_upgrade.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Catalog/Metadata consistency during changeset extraction from wal
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [PATCH 04/16] Add embedded list interface (header only)