aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/sql/init.sql
blob: 04fdc845f52c2059634a42520baa53057bfecf93 (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 ECHO none
\i btree_gist.sql
\set ECHO all