summarylogtreecommitdiffstats
path: root/mongo_fdw.install
diff options
context:
space:
mode:
authorBrendan MacDonell2015-06-13 14:32:15 -0700
committerBrendan MacDonell2015-06-13 14:32:15 -0700
commit1d0d8a25b201c1dc82dfa541c573e27915f4d071 (patch)
treecc3d5f9400a0980556daad90e9d5136f1677df1c /mongo_fdw.install
downloadaur-1d0d8a25b201c1dc82dfa541c573e27915f4d071.tar.gz
Import 3.0-1
Diffstat (limited to 'mongo_fdw.install')
-rw-r--r--mongo_fdw.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/mongo_fdw.install b/mongo_fdw.install
new file mode 100644
index 000000000000..a8470cd1cd48
--- /dev/null
+++ b/mongo_fdw.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "To load mongo_fdw, execute 'CREATE EXTENSION mongo_fdw;' in postgres"
+}