Re: Bug #500: Cannot create View and Problems With the UNION clause

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cortez(at)ejegy(dot)hu, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #500: Cannot create View and Problems With the UNION clause
Date: 2001-10-29 18:15:58
Message-ID: 10640.1004379358@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Why doesnt working the following SQL command ?
> database=# SELECT EXISTS (SELECT 1 UNION SELECT 2);
> ERROR: parser: parse error at or near "union"

You're using an old release of Postgres. Update. (7.1.3 is current.)

I don't know about your other complaint; you didn't give enough detail.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-10-29 18:42:59 Re: Select with backslash '\' character
Previous Message Stephan Szabo 2001-10-29 17:56:33 Re: Select with backslash '\' character