no syntax error on limit1 - Mailing list pgsql-general

From Willy-Bas Loos
Subject no syntax error on limit1
Date
Msg-id CAHnozTj1ZoiUd-YUvJULX212-ZkCDZrN0SfSYG0Tf9Cx5drkvQ@mail.gmail.com
Whole thread Raw
Responses Re: no syntax error on limit1  (Szymon Guz <mabewlun@gmail.com>)
Re: no syntax error on limit1  (Jov <zhao6014@gmail.com>)
List pgsql-general
Hi,

Postgres 9.1.9 gives me no syntax error on this, but all the records:
with a as (values
(1),(2),(3))
select *
from a
limit1

Cheers,

WBL

--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth

pgsql-general by date:

Previous
From: Tony Theodore
Date:
Subject: Re: Hi, Friends, are there any ETL tools (free or commercial) available for PostgreSQL?
Next
From: Szymon Guz
Date:
Subject: Re: no syntax error on limit1