-
- Downloads
Add postgres_fdw contrib module.
There's still a lot of room for improvement, but it basically works, and we need this to be present before we can do anything much with the writable-foreign-tables patch. So let's commit it and get on with testing. Shigeru Hanada, reviewed by KaiGai Kohei and Tom Lane
Showing
- contrib/Makefile 1 addition, 0 deletionscontrib/Makefile
- contrib/postgres_fdw/.gitignore 4 additions, 0 deletionscontrib/postgres_fdw/.gitignore
- contrib/postgres_fdw/Makefile 27 additions, 0 deletionscontrib/postgres_fdw/Makefile
- contrib/postgres_fdw/connection.c 581 additions, 0 deletionscontrib/postgres_fdw/connection.c
- contrib/postgres_fdw/deparse.c 1104 additions, 0 deletionscontrib/postgres_fdw/deparse.c
- contrib/postgres_fdw/expected/postgres_fdw.out 704 additions, 0 deletionscontrib/postgres_fdw/expected/postgres_fdw.out
- contrib/postgres_fdw/option.c 293 additions, 0 deletionscontrib/postgres_fdw/option.c
- contrib/postgres_fdw/postgres_fdw--1.0.sql 18 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw--1.0.sql
- contrib/postgres_fdw/postgres_fdw.c 1400 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw.c
- contrib/postgres_fdw/postgres_fdw.control 5 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw.control
- contrib/postgres_fdw/postgres_fdw.h 52 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw.h
- contrib/postgres_fdw/sql/postgres_fdw.sql 272 additions, 0 deletionscontrib/postgres_fdw/sql/postgres_fdw.sql
- doc/src/sgml/client-auth.sgml 1 addition, 1 deletiondoc/src/sgml/client-auth.sgml
- doc/src/sgml/contrib.sgml 1 addition, 0 deletionsdoc/src/sgml/contrib.sgml
- doc/src/sgml/dblink.sgml 15 additions, 11 deletionsdoc/src/sgml/dblink.sgml
- doc/src/sgml/filelist.sgml 1 addition, 0 deletionsdoc/src/sgml/filelist.sgml
- doc/src/sgml/libpq.sgml 1 addition, 1 deletiondoc/src/sgml/libpq.sgml
- doc/src/sgml/postgres-fdw.sgml 325 additions, 0 deletionsdoc/src/sgml/postgres-fdw.sgml
- doc/src/sgml/queries.sgml 1 addition, 1 deletiondoc/src/sgml/queries.sgml
- doc/src/sgml/recovery-config.sgml 1 addition, 2 deletionsdoc/src/sgml/recovery-config.sgml
Loading
Please register or sign in to comment