Re: Length of Varchar - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: Length of Varchar
Date
Msg-id 200301271901.h0RJ1gI18582@candle.pha.pa.us
Whole thread Raw
In response to Re: Length of Varchar  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Also, it only really works well for lengthening columns.  If you shorten
them, the old values will remain their original longer length.

---------------------------------------------------------------------------

Tom Lane wrote:
> Robert Treat <xzilla@users.sourceforge.net> writes:
> > There is a "gamblers lunch", for those willing to risk total system
> > failure and the lives of there first born child.
>
> Aw, it's not that dangerous ;-).  You can improve your odds considerably
> if you issue BEGIN; before you start dorking with the system tables,
> and COMMIT only after you're satisfied you have things right.  If you
> realize you blew it, ROLLBACK.
>
> Still, I'd recommend practicing on a scratch database before you do it
> for real.
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-admin by date:

Previous
From: "Gaetano Mendola"
Date:
Subject: Re: Replication
Next
From: Jeremy Buchmann
Date:
Subject: Re: New User - Please Help