Re: OOO and postgres

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: OOO and postgres
Date: 2011-01-07 18:15:08
Message-ID: ig7l6t$oms$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bernhard Rohrer 2011-01-07 18:16:38 Re: OOO and postgres
Previous Message Susan Cassidy 2011-01-07 18:01:04 Re: OOO and postgres