[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: upgrade 1.2.21 -> 1.3.0 svn revision 3807 == Almost



And you will need to then to add your user to roles.  If you want to
give your role full perms:

SELECT admin__add_user_to_role('[username]', rolname)
FROM pg_roles
WHERE rolname like 'lsmb_' || current_database();