pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date: 2001-07-21 18:56:18
Message-ID: 200107211856.f6LIuIN39821@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/07/21 14:56:17

Modified files:
src/interfaces/jdbc/org/postgresql: Connection.java
src/interfaces/jdbc/org/postgresql/jdbc1: Connection.java
src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java

Log message:
Great, here is a context diff of CVS for implementing the get/setCatalog methods
in Connection - note: I've updated setCatalog(String catalog) from my previous
diff so it checks whether it is already connected to the specified catalog.

Jason Davies

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-21 18:57:09 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message Bruce Momjian - CVS 2001-07-21 18:52:11 pgsql/src/interfaces/jdbc Implementation org/p ...