Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Matthew T. O'Connor
Subject Re: why postgresql over other RDBMS
Date
Msg-id 469C0A47.2090802@zeut.net
Whole thread Raw
In response to Re: why postgresql over other RDBMS  (Bruce Momjian <bruce@momjian.us>)
Responses Re: why postgresql over other RDBMS  (Bruce Momjian <bruce@momjian.us>)
List pgsql-general
Bruce Momjian wrote:
> Added to TODO:
>
> * Allow multiple indexes to be created concurrently, ideally via a
>   single heap scan, and have a restore of a pg_dump somehow use it
>
>   http://archives.postgresql.org/pgsql-general/2007-05/msg01274.php


Would it not also make sense to use this ability for a
non-index-specific REINDEX command?

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: why postgresql over other RDBMS
Next
From: Chris Bowlby
Date:
Subject: Issues with PL/PGSQL function..