diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /databases/postgresql-cstore_fdw/files | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'databases/postgresql-cstore_fdw/files')
-rw-r--r-- | databases/postgresql-cstore_fdw/files/pkg-message.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql-cstore_fdw/files/pkg-message.in b/databases/postgresql-cstore_fdw/files/pkg-message.in index 6fd10b2d6f1e..34d6ed637142 100644 --- a/databases/postgresql-cstore_fdw/files/pkg-message.in +++ b/databases/postgresql-cstore_fdw/files/pkg-message.in @@ -1,5 +1,7 @@ -**************************************************************************** - +[ +{ type: upgrade + maximum_version: 1.6 + message: <<EOM If you are upgrading cstore_fdw from a version prior to 1.6, you need to execute the following steps: @@ -10,5 +12,6 @@ to execute the following steps: Please, visit the following URL for more information: https://github.com/citusdata/cstore_fdw/blob/master/README.md - -*************************************************************************** +EOM +} +] |