diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-05-13 01:03:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-05-13 01:03:01 +0000 |
commit | 9885206caba98bf0cb57d1c27d1a352c60c08496 (patch) | |
tree | c87c38767c1f74e5e9e3e258a29c91cf6fc37c7c /doc/src | |
parent | c7c012ce56ac419439a7cbcb0520f3a9740ca2d6 (diff) | |
download | postgresql-9885206caba98bf0cb57d1c27d1a352c60c08496.tar.gz postgresql-9885206caba98bf0cb57d1c27d1a352c60c08496.zip |
Move pg_upgrade shared library out into its own /contrib directory
(pg_upgrade_support).
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 01919c64470..9392e98a97c 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -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> @@ -99,6 +99,13 @@ gmake prefix=/usr/local/pgsql.new install <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 </para> @@ -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> |