Re: [ADMIN] Copying data from table to table (cloned tables)

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: [ADMIN] Copying data from table to table (cloned tables)
Дата
Msg-id 742794.76983.qm@web31810.mail.mud.yahoo.com
обсуждение исходный текст
Список pgsql-novice
> Can any one tell me,how to retirve the data which had deleted for an instance ,i mean how to
> rollback the previous.

To get the functionality of a rollback you next to begin with a transaction:

begin transaction;

delete from foo;

--oops I deleted to much;

rollback;

Regards,

Richard Broersma Jr.

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: postgresql tuning
Следующее
От: Chander Ganesan
Дата:
Сообщение: Re: postgresql tuning