[BUGS] BUG #3120: relation "pg_catalog.pg_user"

2007-03-08 Thread ravishankar
The following bug has been logged online: Bug reference: 3120 Logged by: ravishankar Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.6 Operating system: Redhat ES 4.0 Description:relation "pg_catalog.pg_user" Details: If I attempt the commands &q

Re: [BUGS] Bug #651: Time difference of 30 in while reading in timestamp

2002-05-02 Thread R Ravishankar
Actually the Timestamp class does not use Timezone. Timezone in Java 1.3 can be set only on Calendar class objects. Timestamp inherits some methods from the Date class but none which concerned with setting timezones :-( Ravi Tom Lane <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] writes: > > I am

Re: [BUGS] Bug #651: Time difference of 30 in while reading in timestamp

2002-05-07 Thread R Ravishankar
this String into a Timestamp cannot be used as the String format returned required by valueOf and that got by resultSet.getString are not the same. Is there any official fix for this ? Thanks. Ravi R Ravishankar <[EMAIL PROTECTED]>: > Actually the Timestamp class does not use