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 <t...@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
>

Attachment: conform-information-schema-foreign-table-column-type-to-spec.patch
Description: Binary data

Attachment: remove-invalid-information-schema-doc.patch
Description: Binary data

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to