Re: How can you tell if a function is immutable from psql?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: How can you tell if a function is immutable from psql?
Дата
Msg-id 20070222021057.GA59405@winnie.fuhr.org
обсуждение исходный текст
Ответ на How can you tell if a function is immutable from psql?  ("Michael Nolan" <htfoot@gmail.com>)
Список pgsql-general
On Wed, Feb 21, 2007 at 09:20:19AM -0600, Michael Nolan wrote:
> Am I just missing it or is there no way to tell if a function is noted as
> immutable from the \df or \df+ output in psql?

Apparently not.  You could examine pg_proc.provolatile.

http://www.postgresql.org/docs/8.2/interactive/catalog-pg-proc.html

--
Michael Fuhr

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: postgresql vs mysql
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: postgresql vs mysql