summaryrefslogtreecommitdiff
path: root/databases/postgresql-cstore_fdw/files
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-07-23 14:47:33 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-07-23 14:47:33 +0000
commit76d70145f62c8d23b0b576695f9ccfc005954cae (patch)
treeb228710e7706b06fe44d2a40e20efab3fc08eaf4 /databases/postgresql-cstore_fdw/files
parentUpdate to 0.6.71 (diff)
databases/postgresql-cstore_fdw: Update to 1.6.0
- STRIP cstore_fdw.so [1] - Update LICENSE - Add a message about the additional steps for users that are upgrading PR: 220922 [1] Submitted by: amutu@amutu.com (maintainer) [1]
Notes
Notes: svn path=/head/; revision=446487
Diffstat (limited to 'databases/postgresql-cstore_fdw/files')
-rw-r--r--databases/postgresql-cstore_fdw/files/pkg-message.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/postgresql-cstore_fdw/files/pkg-message.in b/databases/postgresql-cstore_fdw/files/pkg-message.in
new file mode 100644
index 000000000000..6fd10b2d6f1e
--- /dev/null
+++ b/databases/postgresql-cstore_fdw/files/pkg-message.in
@@ -0,0 +1,14 @@
+****************************************************************************
+
+If you are upgrading cstore_fdw from a version prior to 1.6, you need
+to execute the following steps:
+
+ - Restart the PostgreSQL server;
+
+ - Run ALTER EXTENSION cstore_fdw UPDATE;
+
+Please, visit the following URL for more information:
+
+https://github.com/citusdata/cstore_fdw/blob/master/README.md
+
+***************************************************************************