mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST
This commit is contained in:
7
contrib/btree_gist/sql/init.sql
Normal file
7
contrib/btree_gist/sql/init.sql
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user