Re: how to get info about tables in remote dB? - Mailing list pgsql-jdbc

From Mykola Dudar
Subject Re: how to get info about tables in remote dB?
Date
Msg-id 001401c2c665$a02cead0$a8f41881@MINIME
Whole thread Raw
In response to how to get info about tables in remote dB?  ("Mykola Dudar" <dmykola@hpcerc.unm.edu>)
List pgsql-jdbc
Sorry, found the answer in FAQ.
No answer need!
Sorry, one more time..
 
----- Original Message -----
Sent: Monday, January 27, 2003 5:28 PM
Subject: [JDBC] how to get info about tables in remote dB?

Hi,
I am using PostgreSQL JDBC driver to connect to PostgreSQL server. And I need to get a list of tables under the current user and get information about tables - # of tables, # of columns in them, type of columns, etc.
    For intanse, in oracle I could this by running:
        select * from user_tables; -- give the list of tables
        descr table_name; - gives information about the table
 
Ideas?
Thanks,
Mykola

pgsql-jdbc by date:

Previous
From: "Mykola Dudar"
Date:
Subject: how to get info about tables in remote dB?
Next
From: Achilleus Mantzios
Date:
Subject: 7.3.1 UTF-8 bug(?) and 7.2.x Charset compatibility