pgsql/src/interfaces/jdbc/org/postgresql Conne ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 200107211856.f6LIuIN39821@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc Implementation org/p ...
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...