> -----Original Message-----
> From: Çagil Seker [mailto:cagils@biznet.com.tr]
> Sent: 28 November 2002 14:35
> To: PGAdmin-Support-List (E-mail)
> Subject: [pgadmin-support] Setting varchar[] lenght?
>
>
> How can I set the length of a varchar[] columns? On psql I
> can use varchar[50] but on the "create column" form, pgAdmin
> won't let me to edit the length field.
'varchar[]' is an array of varchars. You probably want to select 'varchar' from near the bottom of the list.
Regards, Dave.