pgsql: Fix inaccurate description of tablespace.

Lists: pgsql-committers
From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix inaccurate description of tablespace.
Date: 2013-07-31 13:37:53
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

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_2_STABLE

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

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