Repository URL to install this package:
CREATE EXTENSION foo; SELECT foo(); foo ----- bar (1 row) DROP EXTENSION foo;