Re: alter column type - Mailing list pgsql-admin

From Jim C. Nasby
Subject Re: alter column type
Date
Msg-id 20060413150551.GR49405@pervasive.com
Whole thread Raw
In response to alter column type  ("sandhya" <sandhyar@amiindia.co.in>)
List pgsql-admin
About the only thing you need to consider is that changing the type of a
column will re-write the entire table, and I'm pretty sure it will hold
an exclusive lock during that process.

On Mon, Apr 10, 2006 at 03:13:38PM +0530, sandhya wrote:
> Hi..
>   If i want to change the datatype of a column in a table.....What are all the thigs i need to take care off.
> After somany records insertion if i change the datatype of the column..What will be the effect of it.
> Please tell me /give suggestion what needs to be cosider at the time of changing column type of a table.
>
> Incase of  int to char/varchar/text/ etc.
> What are the different datatypes we should think about?
>
> Thank you,
> Sandhya
>
>
>
>

--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-admin by date:

Previous
From: "Rajesh Kumar Mallah"
Date:
Subject: Re: FW: Setting up of PITR system.
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Large scale PostgreSQL deployment.