Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68f6d7 commit 68d2f92Copy full SHA for 68d2f92
doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.62 2005/04/18 01:29:00 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/18 13:11:04 momjian Exp $
3
-->
4
<chapter id="backup">
5
<title>Backup and Restore</title>
@@ -688,7 +688,13 @@ SELECT pg_start_backup('label');
688
<programlisting>
689
SELECT pg_stop_backup();
690
</programlisting>
691
- If this returns successfully, you're done.
+ This should return successfully.
692
+ </para>
693
+ </listitem>
694
+ <listitem>
695
+ <para>
696
+ Once the WAL segment files used during the backup are archived as part
697
+ of normal database activity, you are done.
698
</para>
699
</listitem>
700
</orderedlist>
0 commit comments