pg_class et el -little OT

Поиск
Список
Период
Сортировка
От Anil Amarakoon
Тема pg_class et el -little OT
Дата
Msg-id 3E3DBA23.20F4FFDB@drytel.net
обсуждение исходный текст
Ответы Re: pg_class et el -little OT
Список pgsql-jdbc
Hi All;

I just want query database and get the structures in in my application.

If I run select * from pg_class where tableowner='myname';
get all the tables tables created by me.

Is there any other place that I can get file names and sequnces??

like this
select * from pg_table where tableName=role;

will give you

Id    int
roleName    text  etc..

same kind of info for the sequence..

Thank you in advance for any replies.

awc


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Nic Ferrier
Дата:
Сообщение: Re: Coding style
Следующее
От: "Lars Stenberg"
Дата:
Сообщение: Re: pg_class et el -little OT