diff options
author | tz <tz@FreeBSD.org> | 2017-07-17 19:15:51 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-17 19:15:51 +0800 |
commit | c35c95cbfffa098561fea01b00d3ef12d07c7091 (patch) | |
tree | 30ace4c332d3d1a2b972c9a84d04445b6e46fdb2 /databases/Makefile | |
parent | d4892381dd1faad6fab3aa13fb4d22f8430b5cc1 (diff) | |
download | freebsd-ports-gnome-c35c95cbfffa098561fea01b00d3ef12d07c7091.tar.gz freebsd-ports-gnome-c35c95cbfffa098561fea01b00d3ef12d07c7091.tar.zst freebsd-ports-gnome-c35c95cbfffa098561fea01b00d3ef12d07c7091.zip |
New port: databases/postgresql-orafce
The "orafce" is a module of PostgreSQL. It implements of some functions from
the Oracle database. The functionality was verified on Oracle 10g, and the
module is useful for production work. This module contains some useful function
which can help with porting Oracle application to PostgreSQL or can be useful
generally.
WWW: https://github.com/orafce/orafce
PR: 219616
Submitted by: Jov <amutu@amutu.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5c47e59301e4..dd6b622b498b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -665,6 +665,7 @@ SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-mysql_fdw SUBDIR += postgresql-odbc + SUBDIR += postgresql-orafce SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby SUBDIR += postgresql-plv8js |