Skip to content

adjust/pg-country

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
sql
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CI

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.