PostgreSQL-Temporal icon indicating copy to clipboard operation
PostgreSQL-Temporal copied to clipboard

Fix CREATE EXTENSION temporal FROM unpackaged

Open jhohm opened this issue 13 years ago • 0 comments

I've added the proper upgrade script for version 0.7.1 so that the command given in the README, for if you've upgraded your cluster to PostgreSQL 9.1 and already had temporal installed, actually works. Without this script, I instead got this:

ERROR: extension "temporal" has no update path from version "unpackaged" to version "0.7.1"

jhohm avatar May 09 '12 20:05 jhohm