repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git]
/
src
/
test
/
modules
/
test_integerset
/
sql
/
test_integerset.sql
blob
9d970dd1f9e1cb2d9ea265c9e8ab7d91f0f3b070
1
CREATE EXTENSION test_integerset;
2
3
--
4
-- All the logic is in the test_integerset() function. It will throw
5
-- an error if something fails.
6
--
7
SELECT test_integerset();