We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0dd8 commit 2e264d1Copy full SHA for 2e264d1
regress.sql
@@ -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