Re: disable auto-commit

Поиск
Список
Период
Сортировка
От John McKown
Тема Re: disable auto-commit
Дата
Msg-id Pine.LNX.4.21.0010261427110.17136-100000@linux2.johnmckown.net
обсуждение исходный текст
Ответ на disable auto-commit  ("Joel Pang" <joelpang@spectratech.com>)
Список pgsql-admin
Well, you could start a transaction. But the record will be deleted once
you do a COMMIT. Is that what you want? If you want some way to
"delete" an entry, but then to later "undelete" it, there really isn't a
way. I have heard of other systems where things were "logically deleted",
but recoverable until a "purge" command was done. PostgreSQL does not have
this type of behaviour.

John

On Wed, 25 Oct 2000, Joel Pang wrote:

> In psql, once I delete an entry, it's gone permanently.  How do I disable
> such auto-commit behavior?
>


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

Предыдущее
От: Ian Lance Taylor
Дата:
Сообщение: Building in a different directory
Следующее
От: "Sivagami ."
Дата:
Сообщение: Create Procedure syntax