Schema in connection URL

From: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Schema in connection URL
Date: 2002-12-19 09:44:04
Message-ID: 200212191044.04347.andreak@officenet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)officenet(dot)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-----

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Joseph Krogh 2002-12-19 10:01:25 Re: Schema in connection URL
Previous Message Andreas Joseph Krogh 2002-12-19 07:46:35 Re: [JDBC] Conversion between UNICODE and LATIN1 is not supported