Limiting processor power on queries

From: "Chad Thompson" <chad(at)weblinkservices(dot)com>
To: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Limiting processor power on queries
Date: 2003-05-13 17:54:55
Message-ID: 026e01c31978$c36d5c80$32021aac@chad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hey all,
I have 2 questions.

1) Is there some way to kill a query in 7.3?
I have seen that it was on the todo list back in the 6.x days, but wasnt
able to find anything on it lately.

2) Is there a way to limit the processing power for a query based on a) from
where the query originated (eg. IP address) or b) the type of query it is.
(eg. select vs. insert)

TIA
Chad

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Katy Earl 2003-05-13 19:27:44 can't alter user with the postgres user
Previous Message Josh Berkus 2003-05-13 17:54:23 Re: Advisable to move SQL from PHP to functions?