Re: FUNCTION problem - Mailing list pgsql-general

From Greg Stark
Subject Re: FUNCTION problem
Date
Msg-id 878yheom5d.fsf@stark.xeocode.com
Whole thread Raw
In response to FUNCTION problem  (Sky <sky@sylvio.hu>)
List pgsql-general
Sky <sky@sylvio.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

pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re: FUNCTION problem
Next
From: JM
Date:
Subject: glibc update.. effect on PG