Skip to content

slaught/dummy_fdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy_fdw

A readable, null foreign data wrapper for Postgresql 9.3+

This is a simple FDW that is one step above a null data wrapper. You can go a

create foreign data wrapper dummy

This allows for DDL to run without error. It does not allow for a select to any foreign tables using this FDW.

About

A readable, null foreign data wrapper for Postgresql 9.3+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published