Re: Documentation on information_ schema columns that does not exist - Mailing list pgsql-docs

From Tom Lane
Subject Re: Documentation on information_ schema columns that does not exist
Date
Msg-id 32511.1433110471@sss.pgh.pa.us
Whole thread Raw
In response to Re: Documentation on information_ schema columns that does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Documentation on information_ schema columns that does not exist  (Clément Prévost <prevostclement@gmail.com>)
List pgsql-docs
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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Documentation on information_ schema columns that does not exist
Next
From: Clément Prévost
Date:
Subject: Re: Documentation on information_ schema columns that does not exist