DDLs in Transactions...?

From: james(at)unifiedmind(dot)com (James Thornton)
To: pgsql-hackers(at)postgresql(dot)org
Subject: DDLs in Transactions...?
Date: 2001-12-29 21:12:27
Message-ID: cabf0e7b.0112291312.1e3bbf04@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How does PG handle DDL statements that are wrapped in a transaction?
Does it roll them back if one fails, or is it like Oracle?

Where is this documented?

Thanks.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-12-29 21:44:18 Re: tkConfig.sh vs. ./configure
Previous Message Bruce Momjian 2001-12-29 21:09:56 Re: LWLock contention: I think I understand the problem