Re: Alter definition of a column - Mailing list pgsql-general

From af300wsm@gmail.com
Subject Re: Alter definition of a column
Date
Msg-id 1169130424.484696.71810@m58g2000cwm.googlegroups.com
Whole thread Raw
In response to Re: Alter definition of a column  ("ksherlock@gmail.com" <ksherlock@gmail.com>)
Responses Re: Alter definition of a column
Re: Alter definition of a column
List pgsql-general
ksherlock@gmail.com wrote:
> Hello,
>
> The +4 is for the overhead of a varchar field.
>
> Using ALTER TABLE <table> ALTER <field> TYPE VARCHAR(<newsize>) to
> change the size requires scanning the entire table.  For large tables,
> this will be much slower than the pg_attribute query.  Both will get
> the job done.
>

Thanks.  Am I correct in assuming that this scanning of the entire
table is done when I use the 'ALTER TABLE' command and not something I
must do after it's done?

Thanks again for explaining it.  I was thinking that the +4 had
something to do with overhead of some sort, but wanted to know for
sure.

Andy


pgsql-general by date:

Previous
From: "Stockho, Jonathan W "
Date:
Subject: Can't use passwords for users
Next
From: "Peter Kovacs"
Date:
Subject: Re: Clearing plans