From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | David Steele <david(at)pgmasters(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Remove Deprecated Exclusive Backup Mode |
Date: | 2018-12-13 19:00:43 |
Message-ID: | 8425f1e3-d0f5-36fa-89f8-aa7d5ba295a2@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 11/12/2018 23:24, David Steele wrote:
> @@ -845,7 +838,7 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 && cp pg_wal/0
> rights to run pg_start_backup (superuser, or a user who has been granted
> EXECUTE on the function) and issue the command:
> <programlisting>
> -SELECT pg_start_backup('label', false, false);
> +SELECT pg_start_backup('label', false);
> </programlisting>
> where <literal>label</literal> is any string you want to use to uniquely
> identify this backup operation. The connection
Is it good to change the meaning of an existing interface like that?
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2018-12-13 19:02:02 | Re: Remove Deprecated Exclusive Backup Mode |
Previous Message | Peter Eisentraut | 2018-12-13 18:59:59 | Re: Remove Deprecated Exclusive Backup Mode |