Re: helo

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: helo
Дата
Msg-id 4B57D44C.9080400@hogranch.com
обсуждение исходный текст
Ответ на helo  (beulah prasanthi <itsbeulah@gmail.com>)
Список pgsql-general
beulah prasanthi wrote:
> I am using postgres 8.4
> using views i retrived some details from multiple tables
> can i insert the data into multiple tables using views.if not
> how can i insert the data into multiple tables in a single trip
> is there any option .Please help me

use a transaction bracketed by BEGIN; and COMMIT;  to execute a series
of inserts or updates as a single atomic operation.



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

Предыдущее
От: beulah prasanthi
Дата:
Сообщение: helo
Следующее
От: Adrian von Bidder
Дата:
Сообщение: Re: more docs on extending postgres in C