Re: Transactional DDL

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Harpreet Dhaliwal <harpreet(dot)dhaliwal01(at)gmail(dot)com>
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transactional DDL
Date: 2007-08-15 06:28:37
Message-ID: 46C29D15.7010609@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Harpreet Dhaliwal wrote:
> So you mean to say something like this as far as oracle is concerned:
>
> BEGIN
> DDL 1 (commits right after its execution)
> DDL 2 (commits right after its execution)
> END
>
> That means there's no concept of putting DDL statements in a transaction
> in oracle basically, right?

Yes.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-08-15 06:29:27 Re: Transactional DDL
Previous Message Magnus Hagander 2007-08-15 06:27:16 Re: language interface in postgresql