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:
> >
> &
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
>
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
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
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