In a word, no.
Long answer, PSQL shares resources across all users so would not be able to specify which user gets which resources. In addition, a query may not be CPU bound (giving more CPU resources may not help) but may be I/O bound (disk subsystem is the bottleneck).
If you're trying to speed up the query, make sure it's optimized and uses indexes.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.