Enable pl/proxy clusters to be defined by SQL/MED facilities.
authorMartin Pihlak <martin.pihlak@gmail.com>
Tue, 5 Jan 2010 13:06:24 +0000 (15:06 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 8 Jan 2010 15:24:58 +0000 (17:24 +0200)
commit471eb17d9b905ab8649f55bc947b7029479c9496
tree5ac79da7a1aacd68697626a2c57c89205e305c30
parent7b750ae4eeb8e18db092f0cde81f4598885e015a
Enable pl/proxy clusters to be defined by SQL/MED facilities.
Provide a plproxy foreign data wrapper and a function for
validating cluster definitions. It is still possible to define
clusters using configuration functions, however SQL/MED cluster
definition takes precedence if available.
Makefile
doc/config.txt
doc/todo.txt
doc/tutorial.txt
expected/plproxy_sqlmed.out [new file with mode: 0644]
plproxy_fdw.sql [new file with mode: 0644]
plproxy_lang.sql [moved from plproxy.sql.in with 100% similarity]
sql/plproxy_sqlmed.sql [new file with mode: 0644]
src/cluster.c
src/main.c
src/plproxy.h