Re: Mnogosearch (Was: Re: website doc search is ... )

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Marc G. Fournier" <scrappy@postgresql.org>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2004-01-02T04:09:23Z
Lists: pgsql-general
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> I take it there is no way of drop'ng OIDs after the fact, eh? :)

I think we have an ALTER TABLE DROP OIDS command, but it won't instantly
remove the OIDS from the table --- removal happens incrementally as rows
get updated.  Maybe that's good enough for your situation though.

			regards, tom lane