[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: upgrade 1.2.21 -> 1.3.0 svn revision 3807 == Almost
- Subject: Re: upgrade 1.2.21 -> 1.3.0 svn revision 3807 == Almost
- From: Chris Travers <..hidden..>
- Date: Sat, 8 Oct 2011 11:59:57 -0700
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();