Re: FUNCTION problem

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FUNCTION problem
Date: 2004-04-02 07:48:46
Message-ID: 878yheom5d.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Sky <sky(at)sylvio(dot)hu> writes:

> uid CHARACTER(20) NOT NULL,
> pwd CHARACTER(20) NOT NULL,

Incidentally, are you sure you want character(20) ? The input will be padded
out to 20 characters with spaces. Usually people find varchar() more
convenient.

--
greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message JM 2004-04-02 08:53:03 glibc update.. effect on PG
Previous Message Mike Mascari 2004-04-02 07:26:07 Re: FUNCTION problem