Re: [GENERAL]

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: [GENERAL]
Дата
Msg-id 995aa86c-6529-ec36-d3ff-686d9865de06@aklaver.com
обсуждение исходный текст
Ответ на Re: [GENERAL]  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: [GENERAL]  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general
On 05/11/2017 06:24 AM, Igor Korot wrote:
> Melvin et al,
>

>
> Now are you saying that the information about the fields in the table
> can be retrieved from
> system catalog? Or are you saying that retrieving everything in one shot

As Melvin and others have mentioned that is where the
information_schema.* get their data. If you want to see how it is done
as a way of possibly customizing for your own use see in the source code:

src/backend/catalog/information_schema.sql


https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/catalog/information_schema.sql;h=18be08fead5762970e7a9718422c6fd0835bd209;hb=ca9cfed883333d5801716eb01cf28b6b5be2b5cd

> is not possible?
>
> Thank you.



--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL]
Следующее
От: Martin Goodson
Дата:
Сообщение: [GENERAL] Installing repmgr alongside PostgreSQL installed via EnterpriseDBinstaller instead of repositories?