[GENERAL] Statistical Analysis

2000-07-24 Thread Nathan Barnett
time. --- Nathan Barnett

RE: [GENERAL] Removing constraints

2000-11-13 Thread Nathan Barnett
Stephan, Thanks for the initial help. I followed your instructions, but now I'm getting an error: "ERROR: RelationBuildTriggers: 2 record(s) not found for rel nametable". Where else would these triggers be referenced. ---------

[GENERAL] Memory Usage

2000-12-08 Thread Nathan Barnett
o complete this query without using all the RAM? --------- Nathan Barnett

RE: [GENERAL] Reliability Stability of PgSQL & it's JDBC driver

2000-12-12 Thread Nathan Barnett
ity of Postgres in a production environment. --------- Nathan Barnett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nikhil G. Daddikar Sent: Tuesday, December 12, 2000 8:42 AM To: [EMAIL PROTECTED] Subject: [GENERAL] R

RE: [GENERAL] Reliability Stability of PgSQL & it's JDBC driver

2000-12-13 Thread Nathan Barnett
on the list can probably correct me if any of this is incorrect. --------- Nathan Barnett -Original Message- From: Nikhil G. Daddikar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 3:21 AM To: Nathan Barnett; [EMAIL PROTECTED] Subjec

[GENERAL] Index on Date_Trunc

2001-01-04 Thread Nathan Barnett
I am trying to create an index on the date_trunc('day', columna) in a table. When I try to create this index, I get a parse error near the single quote. Is there a workaround to create this index? I am using v7.0.3 on FreeBSD. -Nathan Barnett