1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Move pg_upgrade shared library out into its own /contrib directory

(pg_upgrade_support).
This commit is contained in:
Bruce Momjian
2010-05-13 01:03:01 +00:00
parent c7c012ce56
commit 9885206cab
7 changed files with 38 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.1 2010/05/12 02:19:11 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.2 2010/05/13 01:03:01 momjian Exp $ -->
<sect1 id="pgupgrade">
<title>pg_upgrade</title>
@@ -97,6 +97,13 @@ gmake prefix=/usr/local/pgsql.new install
</para>
</listitem>
<listitem>
<para>
Install <application>pg_upgrade</> and
<application>pg_upgrade_support</> in the new PostgreSQL cluster
</para>
</listitem>
<listitem>
<para>
Initialize the new PostgreSQL cluster
@@ -123,12 +130,6 @@ gmake prefix=/usr/local/pgsql.new install
delete the empty <literal>edb</> schema in the <literal>enterprisedb</> database
</para>
</listitem>
<listitem>
<para>
copy dbserver/lib/pgmemcache.so from the old server
to the new server (AS8.3 to AS8.3R2 migrations only)
</para>
</listitem>
</itemizedlist>
</para>
</listitem>