pgsql: Correct column name in information schema

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct column name in information schema
Date: 2016-08-08 01:56:30
Message-ID: E1bWZnq-0003AQ-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct column name in information schema

Although the standard has routines.result_cast_character_set_name, given
the naming of the surrounding columns, we concluded that this must have
been a mistake and that result_cast_char_set_name was intended, so
change the implementation. The documentation was already using the new
name.

found by Clément Prévost <prevostclement(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8710f18f4a63947874301311f5558e7d3d93438

Modified Files
--------------
src/backend/catalog/information_schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-08 02:25:23 pgsql: Update 9.6 release notes through today.
Previous Message Tom Lane 2016-08-08 01:31:49 pgsql: Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.