Re: [SQL] list of tables?

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [SQL] list of tables?
Дата
Msg-id Pine.LNX.3.96.SK.980521132853.21616L-100000@torus.comus.ru
обсуждение исходный текст
Ответ на Re: [SQL] list of tables?  ("Jose' Soares Da Silva" <sferac@bo.nettuno.it>)
Ответы Re: [SQL] list of tables?
Список pgsql-sql
Hello!

   I see this SELECT every other day in mailbox. Isn't it a FAQ?

On Thu, 21 May 1998, Jose' Soares Da Silva wrote:
> -- list all and only tables/views...
> SELECT usename, relname
> FROM pg_class, pg_user
> WHERE ( relkind = 'r')
> AND relname !~ '^pg_'
> AND relname !~ '^xin[vx][0-9]+'
> AND usesysid = relowner
> ORDER BY relname;

Oleg.
----
  Oleg Broytmann     http://members.tripod.com/~phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


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

Предыдущее
От: "Jose' Soares Da Silva"
Дата:
Сообщение: Re: [SQL] list of tables?
Следующее
От: Brook Milligan
Дата:
Сообщение: creating tables with distinct tuples