Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [DOCS] Documentation on information_ schema columns that does not exist

0 views
Skip to first unread message

Peter Eisentraut

unread,
Aug 3, 2016, 3:00:31 PM8/3/16
to
On 5/31/15 7:25 PM, Clément Prévost wrote:
> I attached 2 patches: 1 to fix erroneous documentation and the other to
> fix information schema types.

I have fixed these two.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Peter Eisentraut

unread,
Aug 3, 2016, 3:05:58 PM8/3/16
to
On 5/31/15 8:27 PM, Clément Prévost wrote:
> 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.

This one is actually named result_cast_character_set_name in the
standard, although that might be a mistake. Anyway, our documentation
doesn't match our implementation, so one of them has to change.

Tom Lane

unread,
Aug 3, 2016, 3:28:07 PM8/3/16
to
Peter Eisentraut <peter.ei...@2ndquadrant.com> writes:
> On 5/31/15 8:27 PM, Clément Prévost wrote:
>> 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.

> This one is actually named result_cast_character_set_name in the
> standard, although that might be a mistake. Anyway, our documentation
> doesn't match our implementation, so one of them has to change.

Hm, yeah, I think I vote with the "it's a mistake" camp. The adjacent
columns are named "result_cast_char_set_whatever", and there are
occurrences of result_cast_char_set_name elsewhere, for example
in the method_specifications view.

regards, tom lane
0 new messages