Re: changing the size of a varchar column - Mailing list pgsql-admin

From Tsirkin Evgeny
Subject Re: changing the size of a varchar column
Date
Msg-id Pine.LNX.4.58.0409090031410.1813@p-roman.jct.ac.il
Whole thread Raw
In response to Re: changing the size of a varchar column  ("Scott Marlowe" <smarlowe@qwest.net>)
List pgsql-admin
Maybe you already know this but the solution is to create a new
table with varchar(200) copy to it the data from the old one.
Then drop the old one and recreate with varchar(200) then copy
the data back from the tmp table.
Again you probably know all this ,just trying to help...

On Wed, 8 Sep 2004, Scott Marlowe wrote:

> On Wed, 2004-09-08 at 10:45, Warren Little wrote:
> > Hello,
> > Does pg7.4.x support resizing a varchar column
> > ie varchar(30) -> varchar(200)
>
> No, but some folks have done it by hacking the catalogs.  not
> recommended, make a backup, etc...
>
> > If not does the feature in 8.0 relating to changing column types
> > support this?
>
> Yes.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
>

--
Evgeny.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres stopped working
Next
From: "Simon Riggs"
Date:
Subject: Re: When will my database crash?