This is a discussion on BUG #2654: comments not ignored within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2654 Logged by: Meikel Bisping Email address: m.bisping@gmx.de PostgreSQL version: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 2654 Logged by: Meikel Bisping Email address: m.bisping@gmx.de PostgreSQL version: 8.1.3 Operating system: Windows XP Description: comments not ignored Details: When running the following SQL create temp table test1 (col1 integer); select * from test1 --select * from test2; -- select * from test3 with JDBC using postgresql-8.1-407.jdbc3.jar. I get an exception message: Die Abfrage ergab mehrere ResultSets. [SQL State=0100E] which disappears when the ; is removed from the comment. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| Thread Tools | |
| Display Modes | |
|
|