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 <[email protected]> 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
