pgsql: Allow dbname in pg_basebackup/pg_receivewal connstring

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Allow dbname in pg_basebackup/pg_receivewal connstring
Дата
Msg-id E1qjIwe-0057lS-HK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow dbname in pg_basebackup/pg_receivewal connstring

As physical replication work at the cluster level and not database
level, any dbname in the connection string is ignored. Proxies and
middleware used in connecting to the cluster might however need to
know the dbname in order to make the correct routing decision for
the connection.

With this the startup packet will include the dbname parameter.

Author: Jelte Fennema-Nio <me@jeltef.nl>
Reviewed-by: Tristen Raab <tristen.raab@highgo.ca>
Reviewed-by: Jim Jones <jim.jones@uni-muenster.de>
Discussion: https://postgr.es/m/CAGECzQTw-dZkVT_RELRzfWRzY714-VaTjoBATYfZq93R8C-auA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cca97ce6a6653df7f4ec71ecd54944cc9a6c4c16

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml |  5 ++++-
doc/src/sgml/ref/pg_receivewal.sgml |  7 +++++--
src/bin/pg_basebackup/streamutil.c  | 29 ++++++++++++++++++-----------
3 files changed, 27 insertions(+), 14 deletions(-)


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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Update comment about set_join_pathlist_hook().
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: PG 16 relnotes: improve wording of promote_trigger item