Re: SQL parser error - Mailing list pgsql-hackers

From Þórhallur Hálfdánarson
Subject Re: SQL parser error
Date
Msg-id 20030307120128.F24125@tol.li
Whole thread Raw
In response to SQL parser error  (Teodor Sigaev <teodor@stack.net>)
List pgsql-hackers
-*- Teodor Sigaev <teodor@stack.net> [ 2003-03-07 11:26 ]:
> Query
> select * from TABLE limit10;
> returns all rows, but it seems to me this is a syntax error...
> 
> pgsql 7.3.2 and current CVS has this bug.

select*from table limit10; also works in some versions....


-- 
Regards,
Tolli
tolli@tol.li


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: SQL parser error
Next
From: Mike Aubury
Date:
Subject: Re: SQL parser error