Re: pgsql: Local partitioned indexes
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
pgsql-committers@postgresql.org, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-10T14:32:21Z
Lists: pgsql-hackers
On Sat, Feb 10, 2018 at 10:09 PM, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > Amit Langote wrote: >> On 2018/01/19 23:55, Alvaro Herrera wrote: >> > Local partitioned indexes > >> 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! I considered that keeping the old-style instructions creating > per partition indexes individually was not necessary, so I removed them > and pushed. Ah, thanks. What you've committed looks perfect. Regards, Amit
Commits
-
Mention partitioned indexes in "Data Definition" chapter
- fad15f4a547a 11.0 landed
-
Local partitioned indexes
- 8b08f7d4820f 11.0 cited