jdbc_fdw

This Release
jdbc_fdw 1.0.0
Date
Status
Stable
Abstract
jdbc FDW for PostgreSQL 9.1+
Description
This extension implements a Foreign Data Wrapper for jdbc. It is supported on PostgreSQL 9.1 and above.
Released By
atris
License
PostgreSQL
Resources
Special Files
Tags

Extensions

jdbc_fdw 1.0.0
jdbc FDW for PostgreSQL 9.1+

README

Contents

JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC.

Please read the README before using jdbc_fdw.