We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13845d2 commit 4b98b61Copy full SHA for 4b98b61
contrib/unaccent/expected/unaccent.out
@@ -1,6 +1,13 @@
1
SET client_min_messages = warning;
2
\set ECHO none
3
RESET client_min_messages;
4
+-- must have a UTF8 database
5
+SELECT getdatabaseencoding();
6
+ getdatabaseencoding
7
+---------------------
8
+ UTF8
9
+(1 row)
10
+
11
SET client_encoding TO 'KOI8';
12
SELECT unaccent('foobar');
13
unaccent
contrib/unaccent/sql/unaccent.sql
@@ -4,6 +4,9 @@ SET client_min_messages = warning;
\set ECHO all
0 commit comments