Re: [PATCH] Partial indicies done - Mailing list pgsql-general

From Tom Lane
Subject Re: [PATCH] Partial indicies done
Date
Msg-id 2905.994343375@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Partial indicies done  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> So, what do I do now? Send it to pgsql-patches?

A few things to look at first:

1. EXTEND INDEX.

2. Documentation (so far you've not even fixed the comment on the
CREATE INDEX production :-().  Keeping the code comments and the
SGML documentation up-to-date is as critical a part of the project
as the code itself.

3. pg_dump.  You don't have a usable feature if pg_dump doesn't dump it.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: trigger inheritance
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Partial indicies almost working (I think)