pgsql: Correct column name in information schema - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Correct column name in information schema
Date
Msg-id E1bWZnq-0003AQ-Ml@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.
Next
From: Tom Lane
Date:
Subject: pgsql: Update 9.6 release notes through today.