Re: varchar[] !? - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: varchar[] !?
Date
Msg-id 40A0B481.1090505@pse-consulting.de
Whole thread Raw
In response to Re: varchar[] !?  (Pedro Quaresma de Almeida <phfqa@netcabo.pt>)
List pgadmin-support
Pedro Quaresma de Almeida wrote:

>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 "()"
>
>  
>
Use varchar (varchar[] is the array version) and fill the length field.

Regards,
Andreas





pgadmin-support by date:

Previous
From: Krzysztof Kajkowski
Date:
Subject: bug report
Next
From: Pedro Quaresma de Almeida
Date:
Subject: Re: problems in connecting to a server