pgsql: In pg_upgrade, document that link mode has to have data director - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, document that link mode has to have data director
Date
Msg-id E1QWaXV-0006cL-TA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, document that link mode has to have data directories on
the same file system, and that authentication should lock out normal
users.

Per suggestsion from #postgresql irc channel.

Backpatch to 9.1.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6e66d2e424d82978e452ace850ad80af78475043

Modified Files
--------------
doc/src/sgml/pgupgrade.sgml |   11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, document that link mode has to have data director
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Document that psql's \d also works with composite types