Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / src / test / modules / test_integerset / sql / test_integerset.sql
blob9d970dd1f9e1cb2d9ea265c9e8ab7d91f0f3b070
1 CREATE EXTENSION test_integerset;
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();