Skip to content

a PostgreSQL Foreign Data Wrapper that returns the list of all the PostgreSQL Foreign Data Wrappers

Notifications You must be signed in to change notification settings

daamien/fdw_fdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdw_fdw

a PostgreSQL Foreign Data Wrapper that returns the list of all the PostgreSQL Foreign Data Wrappers

Quick Demo with docker

docker run -p 65432:5432 -d daamien/fdw_fdw

Wait for a few seconds while the PostgreSQL instance is starting The FDW data wrappers is already installed in the 'postgres' database and you can directly write queries against the foreign table called "wrappers"

Like this:

psql -h 127.0.0.1 -p 65432 -U postgres -c "SELECT * FROM wrappers;"

INSTALL

sudo apt-get install postgresql-9.5-python3-multicorn
sudo python3 setup.py install

About

a PostgreSQL Foreign Data Wrapper that returns the list of all the PostgreSQL Foreign Data Wrappers

Resources

Stars

Watchers

Forks

Packages

No packages published