PostgreSQL - Unidirection
Posted: Fri 04 May 2012 17:19
In PostgreSQL i work with group permission in the connection. After connected, i execute "SET ROLE <USER_GROUP>". It's working perfect, the current user handles the objects in name of the group.
But... if i work with TUnitable or TUniquery with option "Unidirection=True" show an error that the user hasn“t permission to manipulate the object (table, schema, etc...). It's occurs because a new connection is created with the option Unidirection set as True.
How do I set the connection in this component or create a connection inheriting the configurations of another one?
Thanks in advance,
Eduardo Mendes Camar
But... if i work with TUnitable or TUniquery with option "Unidirection=True" show an error that the user hasn“t permission to manipulate the object (table, schema, etc...). It's occurs because a new connection is created with the option Unidirection set as True.
How do I set the connection in this component or create a connection inheriting the configurations of another one?
Thanks in advance,
Eduardo Mendes Camar