mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
8 lines
174 B
MySQL
8 lines
174 B
MySQL
|
--
|
||
|
-- 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
|