Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
test
/
modules
/
test_integerset
/
sql
/
test_integerset.sql
blob: 9d970dd1f9e1cb2d9ea265c9e8ab7d91f0f3b070 [
file
] [
log
] [
blame
]
CREATE
EXTENSION test_integerset
;
--
-- All the logic is in the test_integerset() function. It will throw
-- an error if something fails.
--
SELECT
test_integerset
();