Re: TODO Items completed - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: TODO Items completed
Date
Msg-id 200302171849.h1HInww14536@candle.pha.pa.us
Whole thread Raw
List pgsql-docs
Rod Taylor wrote:
-- Start of PGP signed section.
> - Add ALTER TABLE tab SET WITHOUT OIDS -- just applied

Thanks.  Updated.

>
> - Allow CLUSTER to cluster all tables, remove clusterdb
> NOTE: clusterdb still exists, but according to docs the first component
> has been applied.

Updated:

        o Allow CLUSTER to cluster all tables (Alvaro Herrera)

I am not sure removal of clusterdb is reasonable as long as we have
vacuumdb, which seems to be the same command-line type capability, so I
removed the mention of removing clusterdb.

> http://candle.pha.pa.us/main/writings/pgsql/sgml/sql-cluster.html:
> See Usage
>
> - Allow pg_dump to dump a specific schema -  -n switch I believe (Neil Conway?)

Thanks.  Updated.

>
> - Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)

Updated.

> Please change my email address on the Todo list to be pg@rbt.ca.

Done.  Sorry I missed all these when they were completed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO item completed - Make a transaction-safe TRUNCATE
Next
From: Bruce Momjian
Date:
Subject: Re: FAQ patches