diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-05-13 15:03:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-05-13 15:03:24 +0000 |
commit | 10d66ac8f67023ea60da49994be1fb6020e25fb6 (patch) | |
tree | f5b76a62c37756458ba9ab89d6cd2cec4723813c | |
parent | 74d770a895569cc2c8e6e5745249d3124b9f7fb2 (diff) | |
download | postgresql-10d66ac8f67023ea60da49994be1fb6020e25fb6.tar.gz postgresql-10d66ac8f67023ea60da49994be1fb6020e25fb6.zip |
Comment out EnterpriseDB Advanced Server mention in SGML docs.
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 9392e98a97c..ed8e6dafeea 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.2 2010/05/13 01:03:01 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.3 2010/05/13 15:03:24 momjian Exp $ --> <sect1 id="pgupgrade"> <title>pg_upgrade</title> @@ -22,8 +22,12 @@ <para> pg_upgrade supports upgrades from 8.3.X and later to the current major release of Postgres, including snapshot and alpha releases. + +<!-- pg_upgrade also supports upgrades from EnterpriseDB's Postgres Plus Advanced Server. +--> + </para> </sect2> @@ -116,6 +120,7 @@ gmake prefix=/usr/local/pgsql.new install start the new cluster. </para> +<!-- <para> If migrating EnterpriseDB's Postgres Plus Advanced Server, you must: <itemizedlist> @@ -132,6 +137,8 @@ gmake prefix=/usr/local/pgsql.new install </listitem> </itemizedlist> </para> +--> + </listitem> <listitem> |