Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
List of database in postgres
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
russell  
View profile  
 More options Apr 5 2002, 4:40 am
Newsgroups: borland.public.jbuilder.database
From: russell <y...@hdbay.com>
Date: Fri, 05 Apr 2002 17:22:24 +0800
Local: Fri, Apr 5 2002 4:22 am
Subject: List of database in postgres
Hi all ,

   I am using postgresql7.0.1 , jbuilder3.5 and jdk1.3.
   Anyways to display the list of database(not tables) using JDBC ??

Anybody have ideas ??

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Moore (TeamB)  
View profile  
 More options Apr 8 2002, 8:23 pm
Newsgroups: borland.public.jbuilder.database
From: John B. Moore (TeamB) <j...@microps.com>
Date: Mon, 08 Apr 2002 17:25:29 PDT
Local: Mon, Apr 8 2002 8:25 pm
Subject: Re: List of database in postgres

In article <3CAD6CD0.3080...@hdbay.com>, Russell wrote:
> I am using postgresql7.0.1 , jbuilder3.5 and jdk1.3.
>    Anyways to display the list of database(not tables) using JDBC ??

   If something like that is available it would have to be driver and
server specific.  Problem is that there is no "standard Service API"
which would be used to discover this information.  You could write a
JNI dll to do this and call it within your Java program. Or check and
see it that driver supports such methods..  Currently there is no
interface for "getDatabases(...)" type method..

   John..

+++++++++++++++++++++++
TeamB are volunteer helpers. Please do not email replies or questions.
Post or reply only on this newsgroup. Thank you.
For Papers on DataExpress, Applets, and Web Technologies go to:
http://www.microps.com/mps/papers.html
=======================


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Schulz  
View profile  
 More options Apr 19 2002, 1:40 pm
Newsgroups: borland.public.jbuilder.database
From: Daniel Schulz <daniel.sch...@lionbioscience.com>
Date: Fri, 19 Apr 2002 19:27:04 +0200
Local: Fri, Apr 19 2002 1:27 pm
Subject: Re: List of database in postgres
Hi,

>    I am using postgresql7.0.1 , jbuilder3.5 and jdk1.3.
>    Anyways to display the list of database(not tables) using JDBC ??

Well it's not really JDBC, but you can get it from the pg_database
catalog table. The datname column holds the names of the available dbs:
http://www.postgresql.org/idocs/index.php?catalog-pg-database.html

Bye,
Daniel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »