Re: Another conversion from ASA to PostGres how to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Reyes <lists(at)stringsutils(dot)com>
Cc: fasupport(at)allcoast(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: Another conversion from ASA to PostGres how to
Date: 2007-06-15 16:16:53
Message-ID: 5189.1181924213@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Reyes <lists(at)stringsutils(dot)com> writes:
> 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.

psql's startup file (~/.psqlrc) is another place where you can put
startup commands, though of course that only works for psql sessions.
Not sure if there are equivalent features in pgAdmin or other clients.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2007-06-15 16:38:41 Re: pg_restore out of memory
Previous Message Rhys Stewart 2007-06-15 16:12:21 help with function