Re: hidden errors calling a volatile function inside a stable function

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: hidden errors calling a volatile function inside a stable function
Дата
Msg-id b42b73150811200418h72050c4fq5e57c1d122ff2b46@mail.gmail.com
обсуждение исходный текст
Ответ на hidden errors calling a volatile function inside a stable function  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Ответы Re: hidden errors calling a volatile function inside a stable function  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
On Thu, Nov 20, 2008 at 6:21 AM, Sabin Coanda
<sabin.coanda@deuromedia.ro> wrote:
> Hi,
>
> I have "PostgreSQL 8.2.4 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC)
> 3.4.2 (mingw-special)" on Windows OS , but I experienced the same problem on
> "PostgreSQL 8.3.5, compiled by Visual C++ build 1400" too.
>
> I attach the demo database here, to be available to test according with the
> following scenario.
>
> I found in a STABLE function, for instance "TEST_0"(), it is not allowed to
> use INSERT statement. Trying this will give me the error:
> ERROR: INSERT is not allowed in a non-volatile function

Why did you lie when your declared your function stable? :-)

merlin

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: transaction_read_only effects on performance, actual meaning (was: How to reduce impact of a query)
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Prepared statement already exists