10000
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 1910353 commit 890faafCopy full SHA for 890faaf
contrib/citext/expected/citext.out
@@ -1,6 +1,8 @@
1
--
2
-- Test citext datatype
3
4
+--- script setup
5
+set client_encoding = 'utf8';
6
CREATE EXTENSION citext;
7
-- Check whether any of our opclasses fail amvalidate
8
SELECT amname, opcname
contrib/citext/expected/citext_1.out
contrib/citext/sql/citext.sql
@@ -2,6 +2,9 @@
+
9
10
0 commit comments