Re: Remove Deprecated Exclusive Backup Mode

From: Martín Marqués <martin(at)2ndquadrant(dot)com>
To: David Steele <david(at)pgmasters(dot)net>, Christophe Pettus <xof(at)thebuild(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Stephen Frost <sfrost(at)snowman(dot)net>, Adrien NAYRAT <adrien(dot)nayrat(at)anayrat(dot)info>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove Deprecated Exclusive Backup Mode
Date: 2019-03-01 02:07:47
Message-ID: 5193a312-9ffe-7680-49ff-e11b24522519@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-03-01 02:19:46 Re: pgsql: Avoid creation of the free space map for small heap relations, t
Previous Message Chapman Flack 2019-03-01 01:59:50 Re: proposal: variadic argument support for least, greatest function