Re: Documentation on information_ schema columns that does not exist

Поиск
Список
Период
Сортировка
От Clément Prévost
Тема Re: Documentation on information_ schema columns that does not exist
Дата
Msg-id CABaKae8UVSGwyQ-QFKxsk9obqyBpYOsCfgO_jNP_Y8iTJOuJxw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Documentation on information_ schema columns that does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Documentation on information_ schema columns that does not exist
Re: Documentation on information_ schema columns that does not exist
Список pgsql-docs
Well spotted!

I attached 2 patches: 1 to fix erroneous documentation and the other to fix information schema types.

regards, clément prévost

On 1 June 2015 at 00:14, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I wrote:
> Another problem in the same area is that the column types of
> foreign_table_schema and foreign_table_name seem to be "name":

Further pursuant to that, these are the information_schema columns
that don't seem to have been cast to the spec-required type:

 column_options            | column_name          | name
 column_options            | table_name           | name
 column_options            | table_schema         | name
 foreign_table_options     | foreign_table_name   | name
 foreign_table_options     | foreign_table_schema | name
 foreign_tables            | foreign_table_name   | name
 foreign_tables            | foreign_table_schema | name

                        regards, tom lane

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Documentation on information_ schema columns that does not exist
Следующее
От: Clément Prévost
Дата:
Сообщение: Re: Documentation on information_ schema columns that does not exist