Re: full featured alter table?

From: Sven Köhler <skoehler(at)upb(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: full featured alter table?
Date: 2003-06-15 00:03:00
Message-ID: bcgd0o$bnb$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>why should i define a column as varchar(20) and should than want to
>>write more data than that?
>>i'd only define it as varchar(20) if i'm sure that 20 chars are enough.
>
> Perhaps there's still some code which still expects longer fields ?
> especially in larger applications w/ many developers/admis this can
> be really dangerous.

well - you assume that i don't know the needs of my app.
i know what i do, so i know why i change a column to varchar(20).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sven Köhler 2003-06-15 00:19:22 Re: full featured alter table?
Previous Message Mark Kirkwood 2003-06-14 23:02:48 Re: Postgres performance comments from a MySQL user