Re: [JDBC] Connection.setCatalog()

2001-07-17 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> Peter E. has previously commented that Postgres databases correspond >> most closely to the SQL concept of "catalog cluster", not "catalog". > I most certainly did not. According to my interpretation: I sit corrected. If you wa

[JDBC] unexpected error.

2001-07-17 Thread jp
Hi, I'm using postgresql 7.1.2 and jdbc7.0-1.2. when I do a getConnection i receive this message (in french). Quelque chose de peu commun s'est produit pour faire échouer le gestionnaire. Veuillez enregistrer cette exception: {0}   That means that something unusal occured, and I should re

Re: [JDBC] unexpected error.

2001-07-17 Thread jp
Title: Message Excatly, it was that! - Original Message - From: Dave Cramer To: 'jp' ; [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 7:16 PM Subject: RE: [JDBC] unexpected error. It's likely not the jdbc driver, but the postgres setup. do you have the ip add

Re: [JDBC] Connection.setCatalog()

2001-07-17 Thread Peter Eisentraut
Tom Lane writes: > Peter E. has previously commented that Postgres databases correspond > most closely to the SQL concept of "catalog cluster", not "catalog". I most certainly did not. According to my interpretation: schema = schema catalog = database cluster = thing you get from initdb This

RE: [JDBC] unexpected error.

2001-07-17 Thread Dave Cramer
Title: Message It's likely not the jdbc driver, but the postgres setup. do you have the ip address setup in pg_hba.conf?   Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of jpSent: July 17, 2001 11:39 AMTo: [EMAIL PROTECTED]Subject: [

RE: [JDBC] [PATCH] setTimestamp(int, Timestamp) fails on null timestamp

2001-07-17 Thread Dave Cramer
Dejan, Yes you are correct, I will submit a patch shortly. Dave -Original Message- From: Dejan Vucinic [mailto:[EMAIL PROTECTED]] Sent: July 11, 2001 7:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JDBC] [PATCH] setTimestamp(int, Timestamp) fails on null timestamp Dave