Re: Documentation on information_ schema columns that does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Clément Prévost <prevostclement(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Documentation on information_ schema columns that does not exist
Date: 2015-05-31 22:14:31
Message-ID: 32511.1433110471@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Clément Prévost 2015-05-31 23:25:13 Re: Documentation on information_ schema columns that does not exist
Previous Message Tom Lane 2015-05-31 21:54:44 Re: Documentation on information_ schema columns that does not exist