Skip to content

A PostgreSQL extension defining custom PostGIS domains

License

Notifications You must be signed in to change notification settings

cahutton/postgis_domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgis_domains

A PostgreSQL extension defining custom PostGIS domains

Getting Started

Prerequisites

This extension was developed using PostgreSQL 10 and PostGIS 2.5, but should work for all recent versions.

Installation

Copy postgis_domains.control and postgis_domains--1.0.sql into the SHAREDIR/extension directory. Alternatively, run the Makefile:

    make install

Then, use CREATE EXTENSION to install:

    CREATE EXTENSION postgis_domains;

License

Licensed under the MIT License (see LICENSE.md).

About

A PostgreSQL extension defining custom PostGIS domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published