Procedure for adding a column - Mailing list pgsql-general

From david_shadovitz@xontech.com (David Shadovitz)
Subject Procedure for adding a column
Date
Msg-id 8b37e2e5.0310090805.257d4b6f@posting.google.com
Whole thread Raw
Responses Re: Procedure for adding a column  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
I need to add a column to a table.  This table holds several thousand
records, has several indexes, and serves as the parent table to a few
child tables.

When I've done this in the past, it has taken quite a long time for
the ALTER TABLE command to complete.

So, what is the correct procedure for adding a column?  Drop the
indexes, add the column, and recreate the indexes?

Thanks.
-David

pgsql-general by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Response from MySql AB (Re: Humor me: Postgresql vs.
Next
From: Francois Suter
Date:
Subject: Re: suggestions for tracking down syntax errors?