Re: DELETE & INSERT in a function

Поиск
Список
Период
Сортировка
От Vishal Kashyap @ [SaiHertz]
Тема Re: DELETE & INSERT in a function
Дата
Msg-id 77b69d2105011111172377fba2@mail.gmail.com
обсуждение исходный текст
Ответ на DELETE & INSERT in a function  ("Keith Worthington" <keithw@narrowpathinc.com>)
Список pgsql-novice
Hi Keith ,


>
> If I have a DELETE operation and an INSERT operation in a function will the
> DELETE operation be performed after the INSERT regardless of the order inside
> the function?
They must work  in the order specified.

> I am seeing some behavior using PostgreSQL v7.3.6 that I do not
> understand.

Please do let us know  more.

--
With Best Regards,
Vishal Kashyap.
http://vishalkashyap.tk

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Writing to dependent tables in a function
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: Writing to dependent tables in a function