Bug?: Text after right paren in query is ignored - Mailing list pgsql-bugs

From Steve Peterson
Subject Bug?: Text after right paren in query is ignored
Date
Msg-id 6.2.3.4.0.20050929220117.01ed5ed8@209.98.88.108
Whole thread Raw
Responses Re: Bug?: Text after right paren in query is ignored  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs
Is this a bug or some artifact of the SQL language that I've never
seen before?

SELECT v_id
FROM table
WHERE col = 'V')
AND blah

executes without errors, ignoring the closing paren and everything thereafter.

Platform:  PostgreSQL 8.0.3 on Intel / Windows XP

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1926: /etc/init.d/postgresql - script version 7.4.5
Next
From: Alvaro Herrera
Date:
Subject: Re: Bug?: Text after right paren in query is ignored