pgsql: doc: Clarify CREATE TABLESPACE documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify CREATE TABLESPACE documentation
Date: 2018-10-01 12:13:47
Message-ID: E1g6x59-00089R-VP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify CREATE TABLESPACE documentation

Be more specific about when and how to create the directory and what
permissions it should have.

Discussion: https://www.postgresql.org/message-id/flat/5ca60e1a-26f9-89fd-e912-021dd2b8afe2%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6949ca34d3aca018870815cf6cb690024aeea04

Modified Files
--------------
doc/src/sgml/ref/create_tablespace.sgml | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-10-01 15:51:33 pgsql: Fix ALTER COLUMN TYPE to not open a relation without any lock.
Previous Message Tom Lane 2018-09-30 20:25:22 pgsql: Fix detection of the result type of strerror_r().