postgresql/contrib/btree_gist/expected/init.out

8 lines
204 B
Plaintext

--
-- first, define the datatype. Turn off echoing so that expected file
-- does not depend on contents of btree_gist.sql.
--
SET client_min_messages = warning;
\set ECHO none
RESET client_min_messages;