Re: how to get info about tables in remote dB?

Поиск
Список
Период
Сортировка
От Mykola Dudar
Тема Re: how to get info about tables in remote dB?
Дата
Msg-id 001401c2c665$a02cead0$a8f41881@MINIME
обсуждение исходный текст
Ответ на how to get info about tables in remote dB?  ("Mykola Dudar" <dmykola@hpcerc.unm.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Mykola Dudar"
Дата:
Сообщение: how to get info about tables in remote dB?
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: 7.3.1 UTF-8 bug(?) and 7.2.x Charset compatibility