Re: The result of the last function call overwrites the result of previous function calls

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The result of the last function call overwrites the result of previous function calls
Дата
Msg-id 22104.1396023433@sss.pgh.pa.us
обсуждение исходный текст
Ответ на The result of the last function call overwrites the result of previous function calls  (Michael Ainsworth <michael.ainsworth@abri.une.edu.au>)
Список pgsql-general
Michael Ainsworth <michael.ainsworth@abri.une.edu.au> writes:
> My question is: Can someone please enlighten me as to why the result of the last function call overwrites the results
tothe previous function calls? 

Sounds to me like your function is using a static area for its result, or
something along that line.

            regards, tom lane


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

Предыдущее
От: Markella Skempri
Дата:
Сообщение: Re: Synchronizing a table that is in two different databases : Need to dump a table as inserts from db1 and change the insert statements into UPDATE statements
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: Help with exclusion constraint