projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f48290
)
Point out in default_tablespace's description that CREATE DATABASE ignores it.
author
Tom Lane
<
[email protected]
>
Sat, 27 Nov 2010 21:08:32 +0000
(16:08 -0500)
committer
Tom Lane
<
[email protected]
>
Sat, 27 Nov 2010 21:08:32 +0000
(16:08 -0500)
Per gripe from Andreas Scherbaum.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 96f1ef49b252345bb6ed959637d47320d6b2f0b7..1ca51ef69d610dae429b255dbde4dfc8334651ad 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-4356,6
+4356,12
@@
COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<xref linkend="guc-temp-tablespaces"> is consulted instead.
</para>
+ <para>
+ This variable is also not used when creating databases.
+ By default, a new database inherits its tablespace setting from
+ the template database it is copied from.
+ </para>
+
<para>
For more information on tablespaces,
see <xref linkend="manage-ag-tablespaces">.