Re: [BUGS] Bug?: Text after right paren in query is ignored

2005-10-04 Thread Steve Peterson
Any known way to log at the JDBC level? When I get a little time I'm going to write a test that bypasses Eclipse and SQLExplorer. On Wed, 5 Oct 2005, Oliver Jowett wrote: > Alvaro Herrera wrote: > > On Fri, Sep 30, 2005 at 10:37:05PM -0500, Steve Peterson wrote: > > > &

Re: [BUGS] Bug?: Text after right paren in query is ignored

2005-10-04 Thread Steve Peterson
10:04:04PM -0500, Steve Peterson wrote: > Is this a bug or some artifact of the SQL language that I've never > seen before? > > SELECT v_id > FROM table > WHERE col = 'V') > AND blah > > executes without errors, ignoring the closing paren and everything >

[BUGS] Bug?: Text after right paren in query is ignored

2005-09-30 Thread Steve Peterson
Is this a bug or some artifact of the SQL language that I've never seen before? SELECT v_id FROM table WHERE col = 'V') AND blah executes without errors, ignoring the closing paren and everything thereafter. Platform: PostgreSQL 8.0.3 on Intel / Windows XP ---(end of

Re: [BUGS] BUG #1819: COPY filename rejects Windows format path

2005-08-12 Thread Steve Peterson
At 09:47 AM 8/11/2005, Richard Huxton wrote: Steve Peterson wrote: Running COPY FROM on a Windows server; using a Windows-format fully qualified path with backslashes results in the backslashes being interpreted as escapes. Did you escape the backslashes: C:\\Windows\\Path ? Nope. I used a

[BUGS] BUG #1819: COPY filename rejects Windows format path

2005-08-11 Thread Steve Peterson
The following bug has been logged online: Bug reference: 1819 Logged by: Steve Peterson Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP SP 2 Description:COPY filename rejects Windows format path Details: Running COPY FROM on