1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Move pg_upgrade from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
Peter Eisentraut
2015-03-10 22:33:25 -04:00
parent 30982be4e5
commit 9fa8b0ee90
32 changed files with 78 additions and 82 deletions

View File

@ -204,7 +204,6 @@ pages.
&pgstandby;
&pgtestfsync;
&pgtesttiming;
&pgupgrade;
&pgxlogdump;
</sect1>
</appendix>

View File

@ -136,7 +136,6 @@
<!ENTITY pgtestfsync SYSTEM "pgtestfsync.sgml">
<!ENTITY pgtesttiming SYSTEM "pgtesttiming.sgml">
<!ENTITY pgtrgm SYSTEM "pgtrgm.sgml">
<!ENTITY pgupgrade SYSTEM "pgupgrade.sgml">
<!ENTITY pgxlogdump SYSTEM "pg_xlogdump.sgml">
<!ENTITY postgres-fdw SYSTEM "postgres-fdw.sgml">
<!ENTITY seg SYSTEM "seg.sgml">

View File

@ -193,6 +193,7 @@ Complete list of usable sgml source files in this directory.
<!ENTITY pgResetxlog SYSTEM "pg_resetxlog.sgml">
<!ENTITY pgRestore SYSTEM "pg_restore.sgml">
<!ENTITY pgRewind SYSTEM "pg_rewind.sgml">
<!ENTITY pgupgrade SYSTEM "pgupgrade.sgml">
<!ENTITY postgres SYSTEM "postgres-ref.sgml">
<!ENTITY postmaster SYSTEM "postmaster.sgml">
<!ENTITY psqlRef SYSTEM "psql-ref.sgml">

View File

@ -1,4 +1,4 @@
<!-- doc/src/sgml/pgupgrade.sgml -->
<!-- doc/src/sgml/ref/pgupgrade.sgml -->
<refentry id="pgupgrade">
<indexterm zone="pgupgrade">
@ -240,7 +240,8 @@ mv /usr/local/pgsql /usr/local/pgsql.old
<title>Install the new PostgreSQL binaries</title>
<para>
Install the new server's binaries and support files.
Install the new server's binaries and support
files. <application>pg_upgrade</> is included in a default installation.
</para>
<para>
@ -252,15 +253,6 @@ make prefix=/usr/local/pgsql.new install
</programlisting></para>
</step>
<step>
<title>Install pg_upgrade</title>
<para>
Install the <application>pg_upgrade</> binary in the new PostgreSQL
installation.
</para>
</step>
<step>
<title>Initialize the new PostgreSQL cluster</title>

View File

@ -263,6 +263,7 @@
&pgCtl;
&pgResetxlog;
&pgRewind;
&pgupgrade;
&postgres;
&postmaster;