| From: | Clément Prévost <prevostclement(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: Documentation on information_ schema columns that does not exist |
| Date: | 2015-06-01 00:27:16 |
| Message-ID: | CABaKae8G=XNgsQW6eFzkjbQ4d=05L0siddRp1R6dMVZJtYwixA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)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(at)sss(dot)pgh(dot)pa(dot)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 | Content-Type | Size |
|---|---|---|
| conform-information-schema-routines-unused-field-to-spec.patch | application/octet-stream | 866 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2015-06-02 18:49:52 | Re: backup.sgml WIP (patch included) |
| Previous Message | Clément Prévost | 2015-05-31 23:25:13 | Re: Documentation on information_ schema columns that does not exist |