[BUGS] bug

2000-12-20 Thread Sandeep Joshi
Your name :Sandeep Joshi Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.16-3 PostgreSQL version (example: PostgreSQL-7.

Re: [BUGS] Backend dies when overloading + operator for bool

2000-12-20 Thread Tom Lane
7.0.* and prior releases don't support using SQL-language functions as operators. 7.1 will. However, invoking three SQL queries to add two booleans sure seems like massive inefficiency... regards, tom lane

Re: [BUGS] CConstraints using inherited attributes fail

2000-12-20 Thread Tom Lane
[EMAIL PROTECTED] writes: > Unfortunately, PRIMARY KEY declarations applied to > my INHERIT()ed internal id attributes always fail. I believe this is fixed in current sources. regards, tom lane

[BUGS] ResultSet.getTimestamp() Exception (UPDATE)

2000-12-20 Thread Bill Bunting
I downloaded the postgresql-7.0.3.tar.gz source and compiled the JDBC driver using make jdbc2, installed the new JAR file and it works now.  There may be a problem in the RPM or something.  Sorry that I can not be more specific.  Thank you. Previously, I wrote: Version:

[BUGS] ResultSet.getTimestamp() Exception

2000-12-20 Thread Bill Bunting
Version: Postgresql 7.0.3-2 (RPM for RedHat6.2) JDBC Version: 7.0.3-2 (RPM for RedHat6.2) Java Version: Sun build 1.3.0 Calls to ResultSet.getTimestamp(...) throw an exception and report the following error: "Bad Timestamp Format at 19 in 2000-12-18 12:31:15.77-05" To reproduce: 1. Create a t