Re: Length of Varchar

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Length of Varchar
Дата
Msg-id 200301271901.h0RJ1gI18582@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Length of Varchar  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Gaetano Mendola"
Дата:
Сообщение: Re: Replication
Следующее
От: Jeremy Buchmann
Дата:
Сообщение: Re: New User - Please Help