Re: Doc: Move standalone backup section, mention -X argument - Mailing list pgsql-hackers

From Benoit Lobréau
Subject Re: Doc: Move standalone backup section, mention -X argument
Date
Msg-id c7871c9d-c6bd-462f-b8c7-2c4a0ca753f3@dalibo.com
Whole thread Raw
In response to Re: Doc: Move standalone backup section, mention -X argument  (vignesh C <vignesh21@gmail.com>)
List pgsql-hackers
On 3/16/25 2:19 PM, vignesh C wrote:
> I noticed that Alvaro's comment from [1] is not yet addressed, I have
> changed the status of commitfest entry to Waiting on Author, please
> address them and change the status back to Needs review.
> [1] - https://www.postgresql.org/message-id/202502101154.bmb536npfl5e%40alvherre.pgsql
> 
> Regards,
> Vignesh

Hi,

You will find a patch for the proposed changes attached to this mail.

The menu is now:

25.1. SQL Dump
     25.1.1. Restoring the Dump
     25.1.2. Using pg_dumpall
     25.1.3. Handling Large Databases
25.2. Physical Backups Using Continuous Archiving
     25.2.1. Built-In Standalone Backups
     25.2.2. Setting Up WAL Archiving
     25.2.3. Making a Base Backup
     25.2.4. Making an Incremental Backup
     25.2.5. Making a Base Backup Using the Low Level API
     25.2.6. Recovering Using a Continuous Archive Backup
     25.2.7. Timelines
     25.2.8. Tips and Examples
     25.2.9. Caveats
25.3. File System Level Backup

I slightly modified section 25.2.1 and 25.3 as proposed.

-- 
Benoit Lobréau
Consultant
http://dalibo.com

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: use correct variable in error message in _allocAH function (pg_backup_archiver.c)
Next
From: Tom Lane
Date:
Subject: Re: FmgrInfo allocation patterns (and PL handling as staged programming)