Sky <[EMAIL PROTECTED]> 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


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to