Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97592e6

Browse files
committed
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
1 parent f1ee2e6 commit 97592e6

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 USER foo;
5+
DROP USER conversion_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 USER foo WITH NOCREATEDB NOCREATEUSER;
5-
SET SESSION AUTHORIZATION foo;
4+
CREATE USER conversion_test_user WITH NOCREATEDB NOCREATEUSER;
5+
SET SESSION AUTHORIZATION conversion_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)