On Tue, Jan 02, 2007 at 02:37:59 +0200,
  Andrus <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org/

Reply via email to