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

Re: Installing 1.3



Note that creates the Pg user as well,  but does not assign roles.  If
you want to assign roles, you have to either grant them separately or
use select admin__add_user_to_role(username, rolname);

lsmb13=# \df admin__add_user_to_role
                                       List of functions
 Schema |          Name           | Result data type |      Argument data types
      |  Type
--------+-------------------------+------------------+--------------------------
------+--------
 public | admin__add_user_to_role | integer          | in_username text, in_role
 text | normal
(1 row)

Best Wishes,
Chris Travers