Schema in connection URL - Mailing list pgsql-jdbc

From Andreas Joseph Krogh
Subject Schema in connection URL
Date
Msg-id 200212191044.04347.andreak@officenet.no
Whole thread Raw
List pgsql-jdbc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have modified the code in AbstractJdbc1Connection.openConnection() to accept
the following type of URL:
connectionURL="jdbc:postgresql://localhost:5432/andreak?schema=myschema"
So you can choose schema from JDBC(if ?schema is not given as parameter
"public" is default of course).
Is this interesting for others, should it be added to the official drivers?

- --
Andreas Joseph Krogh <andreak@officenet.no>
The difference between insanity and genius is measured by success
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+AZTkUopImDh2gfQRAkWlAJ9CtDM+1PF4AYe4LRlCujIq0KK7cQCfThlb
iNJsQVLr3QetsSNCJcfniN0=
=ejed
-----END PGP SIGNATURE-----


pgsql-jdbc by date:

Previous
From: Noel
Date:
Subject: Re: error when using move, any suggestions?
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: Schema in connection URL