Re: Remove Deprecated Exclusive Backup Mode - Mailing list pgsql-hackers

From Martín Marqués
Subject Re: Remove Deprecated Exclusive Backup Mode
Date
Msg-id 5193a312-9ffe-7680-49ff-e11b24522519@2ndquadrant.com
Whole thread Raw
In response to Re: Remove Deprecated Exclusive Backup Mode  (David Steele <david@pgmasters.net>)
Responses Re: Remove Deprecated Exclusive Backup Mode
List pgsql-hackers
El 28/2/19 a las 15:13, David Steele escribió:
> 
> It seems to me that the best way to discuss this is via a patch to the
> main documentation.  I've written something to get us started:
> 
> https://commitfest.postgresql.org/22/2042/

+   <para>
+     The exclusive backup method is deprecated and should be avoided in
favor
+     of the non-exclusive backup method or
+     <application>pg_basebackup</application>.
+   </para>


Isn't pg_basebackup a non-exclusive backup method?

-- 
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: proposal: variadic argument support for least, greatest function
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Avoid creation of the free space map for small heaprelations, t