"Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de> writes:
> last week someone raised in a german webforum the question why
> "default_tablespace" is not used for "CREATE DATABASE". After a brief
> discussion on irc (thanks RhodiumToad) I added a note to the
> documentation mentioning this point.
> Patch attached.
Personally I'd have said the description of default_tablespace was
clear enough about this already, but I added the following somewhat
revised text.
<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>
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2010-11-27 21:18:01 |
| Subject: Performance tests with parallel gmake |
| Previous: | From: Andreas 'ads' Scherbaum | Date: 2010-11-27 20:48:05 |
| Subject: Small documentation enhancement for default_tablespace |