Re: Another conversion from ASA to PostGres how to - Mailing list pgsql-general

From Francisco Reyes
Subject Re: Another conversion from ASA to PostGres how to
Date
Msg-id cone.1181920637.647977.53974.5001@35st.simplicato.com
Whole thread Raw
In response to Another conversion from ASA to PostGres how to  ("Mike Gould" <mgould@allcoast.net>)
Responses Re: Another conversion from ASA to PostGres how to  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Mike Gould writes:

> After a user is authenticated on a connection, if this setting is set,
> then the database automatically triggers this procedure to be run.

Don't know about triggers, but I you can do "set" commands on a per
user bases.



ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }

pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: pg_restore can't restore using list to select?
Next
From: Alvaro Herrera
Date:
Subject: Re: DeadLocks..., DeadLocks...