country
A country Extension for PostgreSQL.
Installation from source codes
To install country
, execute this in the extension's directory:
make install
Testing
To test the country
, execute this in the extension's directory:
make installcheck
Notice: Don't forget to set the PG_CONFIG
variable (make PG_CONFIG=...
)
in case you want to test country
on a non-default or custom build of PostgreSQL.
Read more here.