Patch against 7.3.1 AbstractJdbc1Connection.java to allow schema in connectionURL

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Patch against 7.3.1 AbstractJdbc1Connection.java to allow schema in connectionURL
Дата
Msg-id 200212221335.06519.andreak@officenet.no
обсуждение исходный текст
Ответы Re: Patch against 7.3.1 AbstractJdbc1Connection.java to allow schema in connectionURL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!
I've attached a patch which makes it possible to choose which schema to
connect to by passing ?schema=myschema to the connectionURL like this:
connectionURL="jdbc:postgresql://localhost:5432/andreak?schema=public"

Apply as follows:
~/postgresql-7.3.1$ patch -p0 < AbstractJdbc1Connection.java.diff

Is this interesting? Can someone commit it to the HEAD branch?

- --
Andreas Joseph Krogh <andreak@officenet.no>
    There will always be someone who agrees with you
    but is, inexplicably, a moron.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+BbF6UopImDh2gfQRAjNGAKC0lNucwj2AP3MYxNb4wUrezcpVTACfY/iI
IA6+RKczN3r62Uf7IEThg/s=
=ebb1
-----END PGP SIGNATURE-----


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jan Hlavatý
Дата:
Сообщение: Apparent bug in transaction processing in serializable mode
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Again: Patch against 7.3.1 AbstractJdbc1Connection.java to allow schema in connectionURL