Re: Allow specifying a dbname in pg_basebackup connection string

From: Jelte Fennema <postgres(at)jeltef(dot)nl>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Euler Taveira <euler(at)eulerto(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow specifying a dbname in pg_basebackup connection string
Date: 2023-07-05 19:39:40
Message-ID: CAGECzQTH6Nqsgq4-bRAD2N-QQmtF30bQMQ=Y=NKp2A41Zd8TLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 5 Jul 2023 at 20:09, Thom Brown <thom(at)linux(dot)com> wrote:
> Okay, understood. In that case, please remember to write changes to
> the pg_basebackup docs page explaining how the dbname value is ignored

I updated the wording in the docs for pg_basebackup and pg_receivewal.
They now clarify that Postgres itself doesn't care if there's a
database name in the connection string, but that a proxy might.

Attachment Content-Type Size
v2-0001-Allow-specifying-a-dbname-in-pg_basebackup-connec.patch application/octet-stream 5.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2023-07-05 19:47:38 Re: Disabling Heap-Only Tuples
Previous Message Alena Rybakina 2023-07-05 19:39:08 Re: POC, WIP: OR-clause support for indexes