Thread: 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'tlet me to edit the length field. Thanks, Cagil. ----------------- "Yes, I am a criminal. My crime is that of outsmarting you. Something that you'll never forgive me for!" - The Mentor'86(Hacker's Manifesto)
> -----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.