Re: SQL parser error

From: Þórhallur Hálfdánarson <tolli(at)tol(dot)li>
To: Teodor Sigaev <teodor(at)stack(dot)net>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL parser error
Date: 2003-03-07 12:01:29
Message-ID: 20030307120128.F24125@tol.li
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-*- Teodor Sigaev <teodor(at)stack(dot)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(at)tol(dot)li

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2003-03-07 13:04:42 Re: Win32 Powerfail testing
Previous Message Teodor Sigaev 2003-03-07 11:25:41 SQL parser error