Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / btree_gist / sql / init.sql
blob7fafde12d8b0a67dd00415546a2d07ed2a887fb4
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 \i btree_gist.sql
8 \set ECHO all
9 RESET client_min_messages;