This patch enables create extension feature for dblink_plus with PostgreSQL version 9.1 and later. In this patch change is made to the Makefile so that it can generate necessary files required for CREATE EXTENSION.
dblink_plus.control file is newly added which is required for CREATE EXTENSION.
Please find the attached patch.
Thank you Sachin.
Could you ask to modify the patch?
By applying your patch, the regression test comes to fail because of missing of dblink_plus.sql.
Diff:
I have updated patch with fix for regression test.
Please check and reply if any correction is required.
Thanks