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

Commit97592e6

Browse files
committed
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
1 parentf1ee2e6 commit97592e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/backend/utils/mb/conversion_procs/regress_epilogue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-- return to the super user
33
--
44
RESET SESSION AUTHORIZATION;
5-
DROP USERfoo;
5+
DROP USERconversion_test_user;

‎src/backend/utils/mb/conversion_procs/regress_prolog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--
22
-- create user defined conversion
33
--
4-
CREATE USERfoo WITH NOCREATEDB NOCREATEUSER;
5-
SET SESSION AUTHORIZATIONfoo;
4+
CREATE USERconversion_test_user WITH NOCREATEDB NOCREATEUSER;
5+
SET SESSION AUTHORIZATIONconversion_test_user;
66
CREATE CONVERSION myconv FOR 'LATIN1' TO 'UNICODE' FROM iso8859_1_to_utf8;
77
--
88
-- cannot make same name conversion in same schema

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp