Re: is there more documentation?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: is there more documentation?
Дата
Msg-id 29765.1170739297@sss.pgh.pa.us
обсуждение исходный текст
Ответ на is there more documentation?  (chrisj <chrisj.wood@sympatico.ca>)
Ответы Re: is there more documentation?  (chrisj <chrisj.wood@sympatico.ca>)
Список pgsql-novice
chrisj <chrisj.wood@sympatico.ca> writes:
> However I am now looking for more information on interrogating the catalog
> and information_schema.  I have about 30 tables and 25 stored procedures
> (many of my SPs call other SPs), several types and sequences, and still
> growing.  I would like to determine the dependencies between all these
> objects but the information_schema does not seem to provide this
> information.

AFAIK the information_schema doesn't do that.  You can get such info
from pg_depend, but there isn't any SQL standard for it.

> From doing some searches it seems like there may be a whole other world of
> Postgres documentation I have not stumbled upon.

Not really, other than the source code and perhaps the techdocs website.
But feel free to ask questions.  In this case I'd suggest looking at the
System Catalogs chapter of the manual.  Experimentation helps too.

            regards, tom lane

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

Предыдущее
От: "Jasbinder Singh Bali"
Дата:
Сообщение: Re: Stored Procedure to return a result set
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Composed Key and autoincrement