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: Amit Langote <amitlangote09@gmail.com>,
Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: pgsql-committers@postgresql.org, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-13T02:35:50Z
Lists: pgsql-hackers
Attachments
- ddl-partition-index.patch (text/plain) patch
On 2018/02/10 23:32, Amit Langote wrote: > 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. Sorry, I'd missed reporting one more sentence that doesn't apply anymore. Attached gets rid of that. Thanks, Amit
Commits
-
Mention partitioned indexes in "Data Definition" chapter
- fad15f4a547a 11.0 landed
-
Local partitioned indexes
- 8b08f7d4820f 11.0 cited