Hello,
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. Bye -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of Directors Volunteer Regional Contact, Germany - PostgreSQL Project
*** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** *** 4357,4362 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; --- 4357,4368 ---- </para> <para> + This variable is also not used for creating databases. Tablespace + information are copied from the template database (usually + <literal>template1</literal>) instead. + </para> + + <para> For more information on tablespaces, see <xref linkend="manage-ag-tablespaces">. </para>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers