Re: stored procs

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: stored procs
Дата
Msg-id 4E843990.7040300@archonet.com
обсуждение исходный текст
Ответ на stored procs  ("J.V." <jvsrvcs@gmail.com>)
Ответы Re: stored procs
Список pgsql-general
On 29/09/11 02:33, J.V. wrote:
> Is is possible within a stored procedure to read all the tables in a
> schema into a list?
[snip]
> I need to extract this meta-data for a project.

Apart from information_schema mentioned elsewhere, start psql with -E
and then try \dt and similar - it will show you the queries it uses.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Jacqui Caren-home
Дата:
Сообщение: Re: stored proc
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Create Extension search path