Re: Getting row with id=max(id) - Mailing list pgsql-sql

From
Subject Re: Getting row with id=max(id)
Date
Msg-id 20010607140324.R290-100000@mercury.tsunamicreek.com
Whole thread Raw
In response to Getting row with id=max(id)  (Gerald Gutierrez <gml1@coldresist.com>)
List pgsql-sql
> A related question is: is there a way to time a query in psql, like the
> client of MySQL does?

use the explain commmand

explain select * from foo;


>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-sql by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: UPDATE with concatenate
Next
From: Tom Lane
Date:
Subject: Re: multiple sql update w/ major time issues