blob: 624a499eac920a5ef061655e6a7138524c2c9f7e [file] [log] [blame]
-- --------------------------------------------------------------------
--
-- hive_install.sql
--
-- Support HIVE protocol in pluggable storage framework
--
-- --------------------------------------------------------------------
CREATE OR REPLACE FUNCTION hive_validate() RETURNS void
AS '$libdir/exthive.so', 'hiveprotocol_validate'
LANGUAGE C STABLE;
CREATE OR REPLACE FUNCTION hive_blocklocation() RETURNS void
AS '$libdir/exthive.so', 'hiveprotocol_blocklocation'
LANGUAGE C STABLE;