Re: Getting row with id=max(id)

Поиск
Список
Период
Сортировка
От
Тема Re: Getting row with id=max(id)
Дата
Msg-id 20010607140324.R290-100000@mercury.tsunamicreek.com
обсуждение исходный текст
Ответ на Getting row with id=max(id)  (Gerald Gutierrez <gml1@coldresist.com>)
Список 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 по дате отправления:

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: UPDATE with concatenate
Следующее
От: Tom Lane
Дата:
Сообщение: Re: multiple sql update w/ major time issues