Re: Parallel Scaling of a pgplsql problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Venki Ramachandran <venki_ramachandran(at)yahoo(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Samuel Gendler <sgendler(at)ideasculptor(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Parallel Scaling of a pgplsql problem
Date: 2012-04-25 21:52:08
Message-ID: 5452.1335390728@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Venki Ramachandran <venki_ramachandran(at)yahoo(dot)com> writes:
> Replacing current_timestamp() withtransaction_timestamp() andstatement_timestamp() did not help!!!.

You did not read the documentation you were pointed to. Use
clock_timestamp().

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2012-04-25 22:05:43 Re: Parallel Scaling of a pgplsql problem
Previous Message Venki Ramachandran 2012-04-25 21:45:38 Re: Parallel Scaling of a pgplsql problem