how to get info about tables in remote dB?

Поиск
Список
Период
Сортировка
От Mykola Dudar
Тема how to get info about tables in remote dB?
Дата
Msg-id 000a01c2c664$2b81c7b0$a8f41881@MINIME
обсуждение исходный текст
Список pgsql-jdbc
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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: question about rollback and SQLException
Следующее
От: "Mykola Dudar"
Дата:
Сообщение: Re: how to get info about tables in remote dB?