mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
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
This commit is contained in:
@@ -778,7 +778,10 @@ PostgreSQL documentation
|
||||
The option is called <literal>--dbname</literal> for consistency with other
|
||||
client applications, but because <application>pg_basebackup</application>
|
||||
doesn't connect to any particular database in the cluster, any database
|
||||
name in the connection string will be ignored.
|
||||
name in the connection string will be ignored
|
||||
by <productname>PostgreSQL</productname>. Middleware, or proxies, used in
|
||||
connecting to <productname>PostgreSQL</productname> might however
|
||||
utilize the value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -316,8 +316,11 @@ PostgreSQL documentation
|
||||
<para>
|
||||
The option is called <literal>--dbname</literal> for consistency with other
|
||||
client applications, but because <application>pg_receivewal</application>
|
||||
doesn't connect to any particular database in the cluster, database
|
||||
name in the connection string will be ignored.
|
||||
doesn't connect to any particular database in the cluster, any database
|
||||
name in the connection string will be ignored by
|
||||
<productname>PostgreSQL</productname>. Middleware, or proxies, used in
|
||||
connecting to <productname>PostgreSQL</productname> might however
|
||||
utilize the value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user