On Fri, 2013-01-04 at 16:18 +0100, Bartosz Dmytrak wrote:
> Hi,
> one of my dbs has the following settings:
> ALTER ROLE hibuser IN DATABASE kpi
> SET default_transaction_read_only = 'off';
> ALTER DATABASE kpi
> SET search_path = "$user", pg_temp;
>
> I would like to remove hibuser settings u
Hi,
one of my dbs has the following settings:
ALTER ROLE hibuser IN DATABASE kpi
SET default_transaction_read_only = 'off';
ALTER DATABASE kpi
SET search_path = "$user", pg_temp;
I would like to remove hibuser settings using pgAdmin so I navigate to db
node in explorer tree, right click on db