On Tue, Jan 02, 2007 at 02:37:59 +0200,
Andrus <kobruleht2(at)hot(dot)ee> wrote:
>
> Also Tom Lane strongly recommends using VARCHAR always and never use CHAR
> columns.
If you just want to use Postgres, you might want to use 'text' instead of
'varchar', since you don't need to specify arbitrarylimits for that type.
This isn't portable though.