default_tablespace_not_for_databases.patch

text/x-diff

Filename: default_tablespace_not_for_databases.patch
Type: text/x-diff
Part: 0
Message: Small documentation enhancement for default_tablespace

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
doc/src/sgml/config.sgml 6 0
*** 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>