RV: Tables Question

Поиск
Список
Период
Сортировка
От Rafa Couto
Тема RV: Tables Question
Дата
Msg-id 014601c0083d$549d5c00$8802a8c0@ct.priv
обсуждение исходный текст
Список pgsql-general
> How can I retrieve the "names" of all the tables in my database ?

In Postgres 7:

From psql: \dt
    or \d for all objects

From SQL:
    select * from pg_tables where tablename not like 'pg_%';






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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: OID decreasing?
Следующее
От: Daniel Sjölie
Дата:
Сообщение: Re: Modifying triggers in database in use...