On Fri, 2010-03-19 at 10:19 +0300, Allan Kamau wrote:
> I would like to now if it is possible for PostgreSQL to make use of
> multiple processes for a single query.
No.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
C
I would like to now if it is possible for PostgreSQL to make use of
multiple processes for a single query.
I am developing a data driven application which was a homemade plpgsql
function that identifies duplicate records(by single column) and
updates a boolean field (of these duplicates) as such.