Add alternative expected output files for cs_CZ locale for btree_gist and
[PostgreSQL.git] / contrib / btree_gist / expected / init.out
blobc8082495456726b08c21d533bb600ec27c54ff4f
1 --
2 -- first, define the datatype.  Turn off echoing so that expected file
3 -- does not depend on contents of btree_gist.sql.
4 --
5 SET client_min_messages = warning;
6 \set ECHO none
7 RESET client_min_messages;