1 2 3 4 5 6 7
CREATE EXTENSION test_integerset; -- -- All the logic is in the test_integerset() function. It will throw -- an error if something fails. -- SELECT test_integerset();