New port: databases/pguri.

URI datatype for PostgreSQL

WWW: https://github.com/petere/pguri

PR:		203949
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
Raphael Kubo da Costa
2016-02-29 11:00:06 +00:00
parent 39c44b028d
commit b3950e52fb
5 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
In order to use the extension within database execute the following command:
CREATE EXTENSION uri;