From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Frank Cavaliero <fcavalie(at)us(dot)ibm(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: [GENERAL] Use, Set Catalog and JDBC questions |
Date: | 2013-02-25 18:34:02 |
Message-ID: | 512BAE9A.2000401@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On 02/25/2013 10:22 AM, Frank Cavaliero wrote:
> Hi,
>
> I have an application that requires to connect to each database
> available in PostgreSQL. I have the following questions:
>
>
> 1. Is there a USE DATABASE command or something of the sort (similar to
> MySQL) that allows you to quickly connect to a database without having
> to reconnect using the username,password and database again ? In Java,
> we are using set catalog to do this in MySQL.
>
> 2. Based on #1 above, would the latest JDBC driver support the ability
> to create this type of connection?
Not sure if this will do what want?:
http://jdbc.postgresql.org/documentation/91/datasource.html#ds-intro
>
>
> Thanks,
> Frank
>
> /Database Administrator/
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Frank Cavaliero | 2013-02-25 18:57:11 | Re: [GENERAL] Use, Set Catalog and JDBC questions |
Previous Message | John R Pierce | 2013-02-25 18:29:03 | Re: Use, Set Catalog and JDBC questions |
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Keller | 2013-02-25 18:34:30 | Re: Reading an OUT parameter out of a function call |
Previous Message | John R Pierce | 2013-02-25 18:29:03 | Re: Use, Set Catalog and JDBC questions |