Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8710f1

Browse files
committed
Correct column name in information schema
Although the standard has routines.result_cast_character_set_name, giventhe naming of the surrounding columns, we concluded that this must havebeen a mistake and that result_cast_char_set_name was intended, sochange the implementation. The documentation was already using the newname.found by Clément Prévost <prevostclement@gmail.com>
1 parent19322c0 commitd8710f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/catalog/information_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ CREATE VIEW routines AS
14711471
CAST(nullAS cardinal_number)AS result_cast_char_octet_length,
14721472
CAST(nullAS sql_identifier)AS result_cast_char_set_catalog,
14731473
CAST(nullAS sql_identifier)AS result_cast_char_set_schema,
1474-
CAST(nullAS sql_identifier)ASresult_cast_character_set_name,
1474+
CAST(nullAS sql_identifier)ASresult_cast_char_set_name,
14751475
CAST(nullAS sql_identifier)AS result_cast_collation_catalog,
14761476
CAST(nullAS sql_identifier)AS result_cast_collation_schema,
14771477
CAST(nullAS sql_identifier)AS result_cast_collation_name,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp