Re: [GENERAL] Prepared statement performance... - Mailing list pgsql-jdbc

From snpe
Subject Re: [GENERAL] Prepared statement performance...
Date
Msg-id 200209281706.48375.snpe@snpe.co.yu
Whole thread Raw
In response to Re: [GENERAL] Prepared statement performance...  (Barry Lind <barry@xythos.com>)
List pgsql-jdbc
...
> This certainly isn't true for all databases.  Oracle for example where
> the database format for dates is DD-MON-YY which is very different from
> the Timestamp.toString() method.  And actually the postgres format is
> different and incompatible with javas format when you start having to
> deal with timezone information.

Oracle have nls_format_date global parameter and default format for date can
be any.
regrads
haris peco

pgsql-jdbc by date:

Previous
From: "Peter Kovacs"
Date:
Subject: Re: [GENERAL] Prepared statement performance...
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Prepared statement performance...