lowering priority automatically at connection - Mailing list pgsql-performance

From Chris Mair
Subject lowering priority automatically at connection
Date
Msg-id 1148573784.6017.26.camel@dell.home.lan
Whole thread Raw
Responses Re: lowering priority automatically at connection  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: lowering priority automatically at connection  (Michael Fuhr <mike@fuhr.org>)
Re: lowering priority automatically at connection  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-performance
Hi,

I find this very helpful:

  Lowering the priority of a PostgreSQL query
  http://weblog.bignerdranch.com/?p=11

Now I was wondering whether one could have a
  SELECT pg_setpriority(10);
executed automatically each time a certain user
connects (not necessarily using psql)?

Any ideas if and how this might be possible?

Regards :)
Chris.



pgsql-performance by date:

Previous
From: "Ian Westmacott"
Date:
Subject: Re: Getting even more insert performance (250m+rows/day)
Next
From: Tom Lane
Date:
Subject: Re: lowering priority automatically at connection