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

From Clément Prévost
Subject Re: Documentation on information_ schema columns that does not exist
Date
Msg-id CABaKae8G=XNgsQW6eFzkjbQ4d=05L0siddRp1R6dMVZJtYwixA@mail.gmail.com
Whole thread Raw
In response to Re: Documentation on information_ schema columns that does not exist  (Clément Prévost <prevostclement@gmail.com>)
Responses Re: Documentation on information_ schema columns that does not exist  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-docs
Here is another patch to fix the name of the column information_schema.routines.result_cast_char_set_name that was mistakenly named result_cast_character_set_name.

regards, clément prévost

On 1 June 2015 at 01:25, Clément Prévost <prevostclement@gmail.com> wrote:
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


Attachment

pgsql-docs by date:

Previous
From: Clément Prévost
Date:
Subject: Re: Documentation on information_ schema columns that does not exist
Next
From: "Joshua D. Drake"
Date:
Subject: Re: backup.sgml WIP (patch included)