Re: create/alter/drop within transactions?

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: create/alter/drop within transactions?
Дата
Msg-id Pine.LNX.4.33.0304262244290.1473-100000@localhost.localdomain
обсуждение исходный текст
Ответ на create/alter/drop within transactions?  (Forest Wilkinson <forest@lyris.com>)
Список pgsql-sql
On Fri, 25 Apr 2003, Forest Wilkinson wrote:

Yes it does.

As explain by Tom , TRUNCATE IS the only
command which cannot be done inside a transaction.
even that restriction will go away in 7.4 version

Regds
Mallah

> Sorry if this is a FAQ, but I didn't find a definitive and recent
> answer in the list archives or the postgres docs.  Do transactions
> work on create / alter / drop statements?  In other words, can I
> choose to commit or rollback after a bunch of schema changes?
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 



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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: replace function
Следующее
От: David W Noon
Дата:
Сообщение: Re: EASY QUESTION!!