This is a discussion on Re: Time of executed query within the pgsql Sql forums, part of the PostgreSQL category; --> On 3/6/07, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote: > Hi list, > > It is possible to retrieve the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 3/6/07, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote: > Hi list, > > It is possible to retrieve the time of a SQL statement leads to > execute ? I would like to put in my application how much time each > operation leads to finish. > > Any suggestion ? > > -- > Ezequias Rodrigues da Rocha > http://ezequiasrocha.blogspot.com/ > use Mozilla Firefox:http://br.mozdev.org/firefox/ Sorry, didn't see the app part. Use clock_timestamp(). See: http://www.postgresql.org/docs/8.2/s...TETIME-CURRENT ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |