Re: parse error: LIMIT combined with UNION
От | Steve Pothier |
---|---|
Тема | Re: parse error: LIMIT combined with UNION |
Дата | |
Msg-id | 200109071406.f87E68U11019@payson.tucson.saic.com обсуждение исходный текст |
Ответ на | Re: parse error: LIMIT combined with UNION (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-bugs |
Tom, You are correct. My humblest apologies. When I did the test it was on a machine not local to the database. The client machine was running psql 7.1 but the server is (apparently) 7.0.3. I say "apparently" because I'm not sure how to find the version of the server! I just assume that the server and psql client versions match on a specific machine. Sorry again for my lack of diligence in the "bug" report. -sp- cc: pgsql-bugs@postgresql.org Date: Thu, 06 Sep 2001 15:24:54 -0400 From: Tom Lane <tgl@sss.pgh.pa.us> Steve Pothier <STEVEN.POTHIER@saic.com> writes: > PostgreSQL version (example: PostgreSQL-6.5.1): PosegreSQL 7.1 > hbase=# SELECT * FROM subject WHERE subject_id LIKE '0009%' UNION (SELECT * FROM subject WHERE subject_id LIKE '0008%'LIMIT 5); > ERROR: parser: parse error at or near "limit" Are you sure that's actually 7.1, and not some beta release? The command parses fine for me in current sources and in 7.1.3. AFAICT, the last time anyone changed LIMIT/sub-SELECT parsing was 2001-01-15, which would have been post 7.1-beta3. regards, tom lane
В списке pgsql-bugs по дате отправления: