Thread: pgsql: Fix inaccurate description of tablespace.

pgsql: Fix inaccurate description of tablespace.

From
Fujii Masao
Date:
Fix inaccurate description of tablespace.

Currently we don't need to update the pg_tablespace catalog
after redefining the symbolic links to the tablespaces
because pg_tablespace.spclocation column was removed in
PostgreSQL 9.2.

Back patch to 9.2 where pg_tablespace.spclocation was removed.

Ian Barwick, with minor change by me.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fe136ba6fc31760efe7ac53e662395a71a92dc03

Modified Files
--------------
doc/src/sgml/manage-ag.sgml |   13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)