comment = 'doctest for PostgreSQL functions' default_version = '0.0.2' # relocatable during installation but not afterwards. T relocatable = false superuser = false ## ## We can't define an explicit dependency toward pgtap because when users ## will run `CREATE EXTENSION pg_doctest SCHEMA foo CASCADE`, the pgtap ## extension will also be installed in schema `foo` and it won't work. ## On the other hand, the pg_doctest extension cannot be installed in the ## `public` schema. ## #requires = 'pgtap'