Show Databases via ODBC

From: Bret Stern <bret_stern(at)machinemanagement(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Show Databases via ODBC
Date: 2012-03-07 19:36:04
Message-ID: 1331148964.2151.4.camel@fedora13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible through ODBC to connect to a PostgreSql
server and query for the available databases?

When our application upgrades, we typically create a
new database. I want to design a form which allows
the user to select the old database, which then
migrates data to the new (currently connected)
database.

Regards

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2012-03-07 20:00:41 Re: Show Databases via ODBC
Previous Message Merlin Moncure 2012-03-07 19:26:21 Re: Converting stored procedures from SQL Anywhere to PostGres.