From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | DaVinci <bombadil(at)wanadoo(dot)es> |
Cc: | Lista PostgreSql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: A rare error |
Date: | 2000-10-25 16:01:03 |
Message-ID: | Pine.BSF.4.10.10010250853220.21171-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Looks like it probably is. The spec production
seems to allow query expressions to contain
()ized non-join query expressions or
()ized joined tables.
Stephan Szabo
sszabo(at)bigpanda(dot)com
On Wed, 25 Oct 2000, DaVinci wrote:
> Hi, all.
>
> An extrange behavior with PostgreSql 7.0.2:
>
> select * from foo where exists
> (select * from foo)
>
> works fine. But:
>
> select * from foo where exists
> ((select * from foo))
>
> shows an error:
>
> ERROR: parser: parse error at or near "("
>
> Is this a bug?
>
> Thanks.
>
> David
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-10-25 16:28:35 | Re: A rare error |
Previous Message | J B Bell | 2000-10-25 15:49:03 | Vexing DBD::Pg problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-10-25 16:08:57 | Re: --with-perl=/path/to/prefered/perl? |
Previous Message | Tom Lane | 2000-10-25 15:56:32 | Re: RE: JDBC now needs updates for large objects |