diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-07-23 14:47:33 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-07-23 14:47:33 +0000 |
commit | 76d70145f62c8d23b0b576695f9ccfc005954cae (patch) | |
tree | b228710e7706b06fe44d2a40e20efab3fc08eaf4 /databases/postgresql-cstore_fdw/files | |
parent | Update 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.in | 14 |
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 + +*************************************************************************** |