Changes between Initial Version and Version 1 of Ticket #2358
- Timestamp:
- 06/08/13 14:10:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2358 – Description
initial v1 1 Right now we are probalby the only extension that does our check before install. This is great because it allows you to do a quick check before you screw up your postgresql system, but is bad because there is no way toinstall actually works and will install all the necessary plumbing. It also means we have no way of verifying CREATE EXTENSION or even doing a true check of upgrade.1 Right now we are probalby the only extension that does our check before install. This is great because it allows you to do a quick check before you screw up your postgresql system, but is bad because there is no way verify the install actually works and will install all the necessary plumbing. It also means we have no way of verifying CREATE EXTENSION or even doing a true check of upgrade. 2 2 3 3 I propose a post-check option to solve this that is a check done after install. Since it is done after install it has a couple of benefits