array_in: '{}}'::text[]

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: array_in: '{}}'::text[]
Date: 2004-08-23 11:45:55
Message-ID: 1093261555.2647.6.camel@dicaprio.akademie1.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-sql

Is there a reason the array_in parser accepts additional closing braces
at the end?

oocms=# SELECT '{}}'::text[];
text
------
{}
(1 запись)

Thanks

--
Markus Bertheau <twanger(at)bluetwanger(dot)de>

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Markus Bertheau 2004-08-23 11:50:35 Re: array_in: '{}}'::text[]
Previous Message Tom Lane 2004-08-23 06:14:46 Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Bertheau 2004-08-23 11:50:35 Re: array_in: '{}}'::text[]
Previous Message Richard Huxton 2004-08-23 07:56:51 Re: pg_dump/pg_restore question