Re: Use, Set Catalog and JDBC questions - Mailing list pgsql-general

From Frank Cavaliero
Subject Re: Use, Set Catalog and JDBC questions
Date
Msg-id OF6CAD819A.EA61FEFF-ON85257B1D.0068773B-85257B1D.00688E58@us.ibm.com
Whole thread Raw
In response to Re: Use, Set Catalog and JDBC questions  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
Hi John,

Thanks for the response.   I will look into that as an option.

Thanks,
Frank







From:
John R Pierce <pierce@hogranch.com>
To:
pgsql-general@postgresql.org
Date:
02/25/2013 01:33 PM
Subject:
Re: [GENERAL] Use, Set Catalog and JDBC questions
Sent by:
pgsql-general-owner@postgresql.org



On 2/25/2013 10:22 AM, Frank Cavaliero wrote:
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.

no, there isn't.    you have to connect to the database.     mysql's
databases are in many ways equivalent to postgres'  'schemas' within a
single database (you can move between schemas with SET SEARCH_PATH=...).

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

pgsql-general by date:

Previous
From: Frank Cavaliero
Date:
Subject: Re: Use, Set Catalog and JDBC questions
Next
From: John R Pierce
Date:
Subject: Re: Use, Set Catalog and JDBC questions