pgsql: Improve documentation for default_tablespace on partitioned tabl

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve documentation for default_tablespace on partitioned tabl
Date: 2021-04-29 15:35:50
Message-ID: E1lc8hi-0006tJ-Sr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation for default_tablespace on partitioned tables

Backpatch to 12, where 87259588d0ab introduced the current behavior.

Per note from Justin Pryzby.

Co-authored-by: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20210416143135.GI3315@telsasoft.com

Branch
------
REL_12_STABLE

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

Modified Files
--------------
doc/src/sgml/config.sgml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-29 19:24:59 pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable
Previous Message Peter Eisentraut 2021-04-29 07:11:19 pgsql: psql: Fix line continuation prompts for unbalanced parentheses