select statement details

Поиск
Список
Период
Сортировка
От Rick Vernam
Тема select statement details
Дата
Msg-id 200801201146.56286.rickv@hobi.com
обсуждение исходный текст
Список pgsql-hackers
I'm trying to determine if a select statement:
1 - causes execution of a Volatile function- or -
2 - causes execution of a nextval function (same/similar as #1 above?)
from within tcop / postgres.c ??

Things like QueryIsReadOnly imply that select nextval('some_sequence') are 
read-only ... which is not read-only in the sense that the database is in a 
different state after the nextval runs.

I've been looking through PortalDesc & NodeTag, but haven't been able to find 
anything...

suggestions?

If nothing exists, I'd need to create something.
Any suggestions where to start? 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: [GENERAL] SHA1 on postgres 8.3
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [GENERAL] SHA1 on postgres 8.3