Обсуждение: pgsql: pg_dump: Use current_database() instead of PQdb()

Поиск
Список
Период
Сортировка

pgsql: pg_dump: Use current_database() instead of PQdb()

От
Peter Eisentraut
Дата:
pg_dump: Use current_database() instead of PQdb()

For querying pg_database about information about the database being
dumped, look up by using current_database() instead of the value
obtained from PQdb().  When using a connection proxy, the value from
PQdb() might not be the real name of the database.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1cd2445c9985719ea1bb9f644373481c8702af64

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 52 ++++++++++++++++++++---------------------------
1 file changed, 22 insertions(+), 30 deletions(-)