Code

postgresql plugin: Added "Instance" option to <Database> config block.
authorSebastian Harl <sh@tokkee.org>
Thu, 18 Oct 2012 11:06:37 +0000 (13:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 18 Oct 2012 11:06:37 +0000 (13:06 +0200)
commit997d279d179a29a2bc2941270e89d4fa5ff4762c
treeceb805f0007b5ef86c9d977a0b4b08b95e17d717
parent2979ae00227051ea79c9294ebfaf8337e8e308e2
postgresql plugin: Added "Instance" option to <Database> config block.

This option may be used to specify the plugin instance that should be used
instead of the database name. This allows to query multiple databases of the
same name on the same host (e.g. when running multiple database server
versions in parallel).

This fixes GH #161 suggested by Bryan Varner.
src/postgresql.c