On Tuesday 21 April 2009 20:26:24 [email protected] wrote: > I was wondering if dropping a table is more efficient in PostgreSQL > 8.x in comparison to deleting it's content ?
Yes, but if you are asking that question, you probably really want to use TRUNCATE. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
