Re: OOO and postgres - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: OOO and postgres
Date
Msg-id ig7l6t$oms$1@dough.gmane.org
Whole thread Raw
In response to Re: OOO and postgres  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
Rich Shepard wrote on 07.01.2011 18:56:
> The data type is VARCHAR(), not character varying[].

character varying is a synonym for varchar, so the definition character varying[] is valid.
It defines an array of varchar and is equivalent to varchar[]

But I doubt that this is what the OP meant ;)

Regards
Thomas

pgsql-general by date:

Previous
From: Susan Cassidy
Date:
Subject: Re: OOO and postgres
Next
From: Bernhard Rohrer
Date:
Subject: Re: OOO and postgres