Re: [PATCH] Partial indicies done

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [PATCH] Partial indicies done
Date: 2001-07-05 14:29:35
Message-ID: 2905.994343375@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2001-07-05 14:32:19 Re: Red Hat to support PostgreSQL
Previous Message Tom Lane 2001-07-05 14:13:32 Re: trigger inheritance