Skip to content

Commit

Permalink
Add extension update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Dec 14, 2020
1 parent e1cdd9e commit 82900d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Installation
- `sudo make install`
- In every needed database: `CREATE EXTENSION hypopg;`


Updating the extension
----------------------

Note that hypopg doesn't provide extension upgrade scripts, as there's no
data saved in any of the objects created. Therefore, you need to first drop
the extension then create it again to get the new version.

Usage
-----

Expand Down

0 comments on commit 82900d1

Please sign in to comment.