Skip to content

Commit 2e264d1

Browse files
committed
regress.sql
1 parent c9e0dd8 commit 2e264d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

regress.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
create extension multimaster;
2+
ALTER DATABASE "postgres" SET lc_messages TO 'C';
3+
ALTER DATABASE "postgres" SET lc_monetary TO 'C';
4+
ALTER DATABASE "postgres" SET lc_numeric TO 'C';
5+
ALTER DATABASE "postgres" SET lc_time TO 'C';
6+
ALTER DATABASE "postgres" SET timezone_abbreviations TO 'Default';
7+

0 commit comments

Comments
 (0)