Re: SetQuerySnapshot, once again

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SetQuerySnapshot, once again
Дата
Msg-id 26344.1024412109@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SetQuerySnapshot, once again  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: SetQuerySnapshot, once again
Список pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> Tom Lane wrote:
>> Sorry, I don't understand ...

> Let t be a table which is defined as
>   create table t (id serial primary key, dt text);
> Then is the following function *stable* ?
>   create function f1(int4) returns text as
>   '
>   declare
>   txt     text;
>   begin
>   select dt into txt from t where id = $1;
>   return txt;
>   end
>   ' language plpgsql;

I'm not sure exactly what you mean by "stable" here.

And I'm even less sure whether you are arguing for or
against adding SetQuerySnapshot calls into plpgsql...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Request for builtin function: Double_quote
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostGres Doubt