blob: c8082495456726b08c21d533bb600ec27c54ff4f (
plain)
1
2
3
4
5
6
7
|
--
-- 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;
|