kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 63 forks source link

change db credentials #105

Closed jglapa closed 7 years ago

jglapa commented 7 years ago

In current newest postgresql = 9.6 (right now) it's not possible to create a role/user starting with prefix pg_

psql~: create role pg_extensions;
ERROR:  role name "pg_extensions" is reserved
DETAIL:  Role names starting with "pg_" are reserved.
Time: 3.651 ms

I would propose to change it to postgres_extensions ( password as well) I now that the plugin target postgresql 9.4 but this makes it at least forward compatible.

ilopmar commented 7 years ago

Merged!

Released 5.1.0 and 4.7.0