Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

A rare error


  • From: DaVinci <bombadil(at)wanadoo(dot)es>
  • To: Lista PostgreSql <pgsql-general(at)postgresql(dot)org>
  • Subject: A rare error
  • Date: Wed, 25 Oct 2000 10:47:58 +0200
  • Message-id: <20001025104758.A7643@fangorn.net> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group