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

Commit6307fff

Browse files
committed
Fix typo
1 parentbf6be7a commit6307fff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎src/test/regress/expected/collate.linux.utf8.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ SELECT table_name, view_definition FROM information_schema.views
421421
collview3 | SELECT collate_test10.a, lower(((collate_test10.x || collate_test10.x) COLLATE "C")) AS lower FROM collate_test10;
422422
(3 rows)
423423

424-
-- collation propagation in various expressiontype
424+
-- collation propagation in various expressiontypes
425425
SELECT a, coalesce(b, 'foo') FROM collate_test1 ORDER BY 2;
426426
a | coalesce
427427
---+----------

‎src/test/regress/expected/collate.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ SELECT table_name, view_definition FROM information_schema.views
201201
collview3 | SELECT collate_test10.a, lower(((collate_test10.x || collate_test10.x) COLLATE "POSIX")) AS lower FROM collate_test10;
202202
(3 rows)
203203

204-
-- collation propagation in various expressiontype
204+
-- collation propagation in various expressiontypes
205205
SELECT a, coalesce(b, 'foo') FROM collate_test1 ORDER BY 2;
206206
a | coalesce
207207
---+----------

‎src/test/regress/sql/collate.linux.utf8.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ SELECT table_name, view_definition FROM information_schema.views
161161
WHERE table_nameLIKE'collview%'ORDER BY1;
162162

163163

164-
-- collation propagation in various expressiontype
164+
-- collation propagation in various expressiontypes
165165

166166
SELECT a, coalesce(b,'foo')FROM collate_test1ORDER BY2;
167167
SELECT a, coalesce(b,'foo')FROM collate_test2ORDER BY2;

‎src/test/regress/sql/collate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SELECT table_name, view_definition FROM information_schema.views
9999
WHERE table_nameLIKE'collview%'ORDER BY1;
100100

101101

102-
-- collation propagation in various expressiontype
102+
-- collation propagation in various expressiontypes
103103

104104
SELECT a, coalesce(b,'foo')FROM collate_test1ORDER BY2;
105105
SELECT a, coalesce(b,'foo')FROM collate_test2ORDER BY2;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp