pgsql: Mention partitioned indexes in "Data Definition" chapter - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Mention partitioned indexes in "Data Definition" chapter
Date
Msg-id E1ekUrJ-00047N-6u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mention partitioned indexes in "Data Definition" chapter

We can now create indexes more easily than before, so update this
chapter to use the simpler instructions.

After an idea of Amit Langote.  I (Álvaro) opted to do more invasive
surgery and remove the previous suggestion to create per-partition
indexes, which his patch left in place.

Discussion: https://postgr.es/m/eafaaeb1-f0fd-d010-dd45-07db0300f645@lab.ntt.co.jp
Author: Amit Langote, Álvaro Herrera

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Mark assorted GUC variables as PGDLLIMPORT.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Local partitioned indexes