Re: Performance analysis of plpgsql code - Mailing list pgsql-performance

From Michael Fuhr
Subject Re: Performance analysis of plpgsql code
Date
Msg-id 20050627233303.GA17069@winnie.fuhr.org
Whole thread Raw
In response to Performance analysis of plpgsql code  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: Performance analysis of plpgsql code  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-performance
On Mon, Jun 27, 2005 at 11:30:45PM +0000, Karl O. Pinc wrote:
>
> Short of that I think I'm going to be reduced to
> writing a C function that returns the real
> system time so I can spatter my code with
> RAISE statements that indicate actual execution
> time.

See timeofday().

http://www.postgresql.org/docs/8.0/static/functions-datetime.html#FUNCTIONS-DATETIME-CURRENT

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-performance by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Performance analysis of plpgsql code
Next
From: "Karl O. Pinc"
Date:
Subject: Re: Performance analysis of plpgsql code