Re: Altering a column type - Most efficient way - Mailing list pgsql-performance

From Alvaro Herrera
Subject Re: Altering a column type - Most efficient way
Date
Msg-id 20080710135756.GD3757@alvh.no-ip.org
Whole thread Raw
In response to Re: Altering a column type - Most efficient way  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Responses Re: Altering a column type - Most efficient way
List pgsql-performance
Ow Mun Heng wrote:

> This is what I see on the table
>
> NEW attypmod = -1
> OLD attypmod =  8

8 means varchar(4) which is what you said you had (4+4)
-1 means unlimited size.


--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-performance by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: how big shmmax is good for Postgres...
Next
From: "Scott Marlowe"
Date:
Subject: Re: how big shmmax is good for Postgres...