pgsql: docs: tablespaces cannot be accessed independently

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: tablespaces cannot be accessed independently
Date: 2014-04-19 14:52:55
Message-ID: E1WbWdT-00083J-8a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: tablespaces cannot be accessed independently

Mention impossibility of moving tablespaces, backing them up
independently, or the inadvisability of placing them on temporary
file systems.

Patch by Craig Ringer, adjustments by Ian Lawrence Warwick and me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4353d1809f6d10845be76dda1dad45013d0b14b8

Modified Files
--------------
doc/src/sgml/manage-ag.sgml | 21 +++++++++++++++++++--
doc/src/sgml/ref/create_tablespace.sgml | 8 ++++++++
2 files changed, 27 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-19 18:59:54 pgsql: doc: mention archive_command and recovery_command are exec'ed lo
Previous Message Bruce Momjian 2014-04-19 12:41:57 pgsql: libpq: have PQconnectdbParams() and PQpingParams accept "" as d