Re: varchar[] !?

From: Pedro Quaresma de Almeida <phfqa(at)netcabo(dot)pt>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: varchar[] !?
Date: 2004-05-11 09:19:18
Message-ID: 200405111019.19088.phfqa@netcabo.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Em Terça, 11 de Maio de 2004 01:08, escreveste:
> > When I try to create a new column with the varchar datatype I obtain a
> > "varchar[]" type, and I cannot specify the max limit. What is the
> > problem?
>
> You are going VARCHAR[n] instead of the correct VARCHAR(n)
>
> Chris

Yes, but when I try to choose the type in the types-menu the options that I
have are all with square brackets "[]" and not with "()"

--
Pedro Henrique e Figueiredo Quaresma de Almeida

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Pedro Quaresma de Almeida 2004-05-11 09:25:25 problems in connecting to a server
Previous Message Christopher Kings-Lynne 2004-05-11 00:08:40 Re: varchar[] !?