mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Move pg_archivecleanup from contrib/ to src/bin/
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -202,7 +202,6 @@ pages.
|
||||
part of the core <productname>PostgreSQL</productname> distribution.
|
||||
</para>
|
||||
|
||||
&pgarchivecleanup;
|
||||
&pgstandby;
|
||||
&pgtestfsync;
|
||||
&pgtesttiming;
|
||||
|
@ -126,7 +126,6 @@
|
||||
<!ENTITY pageinspect SYSTEM "pageinspect.sgml">
|
||||
<!ENTITY passwordcheck SYSTEM "passwordcheck.sgml">
|
||||
<!ENTITY pgbench SYSTEM "pgbench.sgml">
|
||||
<!ENTITY pgarchivecleanup SYSTEM "pgarchivecleanup.sgml">
|
||||
<!ENTITY pgbuffercache SYSTEM "pgbuffercache.sgml">
|
||||
<!ENTITY pgcrypto SYSTEM "pgcrypto.sgml">
|
||||
<!ENTITY pgfreespacemap SYSTEM "pgfreespacemap.sgml">
|
||||
|
@ -179,6 +179,7 @@ Complete list of usable sgml source files in this directory.
|
||||
<!ENTITY dropuser SYSTEM "dropuser.sgml">
|
||||
<!ENTITY ecpgRef SYSTEM "ecpg-ref.sgml">
|
||||
<!ENTITY initdb SYSTEM "initdb.sgml">
|
||||
<!ENTITY pgarchivecleanup SYSTEM "pgarchivecleanup.sgml">
|
||||
<!ENTITY pgBasebackup SYSTEM "pg_basebackup.sgml">
|
||||
<!ENTITY pgConfig SYSTEM "pg_config-ref.sgml">
|
||||
<!ENTITY pgControldata SYSTEM "pg_controldata.sgml">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- doc/src/sgml/pgarchivecleanup.sgml -->
|
||||
<!-- doc/src/sgml/ref/pgarchivecleanup.sgml -->
|
||||
|
||||
<refentry id="pgarchivecleanup">
|
||||
<indexterm zone="pgarchivecleanup">
|
||||
@ -193,14 +193,6 @@ archive_cleanup_command = 'pg_archivecleanup -d /mnt/standby/archive %r 2>>clean
|
||||
</itemizedlist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Author</title>
|
||||
|
||||
<para>
|
||||
Simon Riggs <email>simon@2ndquadrant.com</email>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>See Also</title>
|
||||
|
@ -257,6 +257,7 @@
|
||||
</partintro>
|
||||
|
||||
&initdb;
|
||||
&pgarchivecleanup;
|
||||
&pgControldata;
|
||||
&pgCtl;
|
||||
&pgResetxlog;
|
||||
|
Reference in New Issue
Block a user