Skip to content

Commit

Permalink
Remove superuser requirement from creating the extension (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou authored Apr 13, 2020
1 parent 6fe0c2d commit d1afd38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = evr
DATA = evr--0.0.1.sql
DATA = evr--0.0.2.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion evr.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# evr extension
comment = 'evr datatype'
default_version = '0.0.1'
default_version = '0.0.2'
relocatable=true
superuser=false

0 comments on commit d1afd38

Please sign in to comment.