pgsql: Mention partitioned indexes in "Data Definition" chapter

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mention partitioned indexes in "Data Definition" chapter
Date: 2018-02-10 13:06:25
Message-ID: E1ekUrJ-00047N-6u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-02-10 13:09:47 Re: pgsql: Local partitioned indexes
Previous Message Robert Haas 2018-02-09 21:01:32 pgsql: Mark assorted GUC variables as PGDLLIMPORT.