Re: pgsql: Local partitioned indexes
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-committers@postgresql.org
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-29T08:04:40Z
Lists: pgsql-hackers
Attachments
- v1-0001-Update-ddl.sgml-to-reflect-features-added-in-8b08.patch (text/plain) patch v1-0001
On 2018/01/19 23:55, Alvaro Herrera wrote: > Local partitioned indexes > > Modified Files > -------------- > doc/src/sgml/catalogs.sgml | 23 + > doc/src/sgml/ref/alter_index.sgml | 14 + > doc/src/sgml/ref/alter_table.sgml | 8 +- > doc/src/sgml/ref/create_index.sgml | 33 +- > doc/src/sgml/ref/reindex.sgml | 5 + I noticed that the declarative partitioning section in ddl.sgml hasn't been updated to reflect the features added by this commit. Attached patch is an attempt to fix that. Thanks, Amit
Commits
-
Mention partitioned indexes in "Data Definition" chapter
- fad15f4a547a 11.0 landed
-
Local partitioned indexes
- 8b08f7d4820f 11.0 cited