From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | shridhar_daithankar(at)persistent(dot)co(dot)in |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [pgsql-advocacy] Need concrete "Why Postgres not MySQL" |
Date: | 2003-08-21 16:04:56 |
Message-ID: | 3F44EDA8.1040807@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-general pgsql-hackers |
Shridhar Daithankar wrote:
>On 21 Aug 2003 at 9:21, Greg Stark wrote:
>
>
>
>>Andreas Pflug <pgadmin(at)pse-consulting(dot)de> writes:
>>
>>
>>
>>>Shridhar Daithankar wrote:
>>>
>>>
>>>
>>>>On 21 Aug 2003 at 0:22, Ian Barwick wrote:
>>>>
>>>>
>>>>
>>>>>* DDL
>>>>>- Data definition language (table creation statements etc.) in MySQL
>>>>>are not transaction based and cannot be rolled back.
>>>>>
>>>>>
>>>>Just wondering, what other databases has transactable DDLs? oracle seems to
>>>>have autonomous transactions which is arthogonal.
>>>>
>>>>
>>>>
>>>M$ SQL2000 has (and previous versions had too, I believe)
>>>
>>>
>
>Any pointers to documentation?
>
>
No, just looked at the doc and didn't find anything, it's assumed
implicitely at some locations though.
DDL statement will create a Schema Modification lock (Sch-M), i.e. DDL
statements pending in a transaction will lock a table exclusively. After
commit or rollback, schema modification is committed or undone as
expected, I verified this.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2003-08-21 17:57:55 | Re: Need concrete "Why Postgres not MySQL" bullet |
Previous Message | Shridhar Daithankar | 2003-08-21 14:18:29 | Re: [pgsql-advocacy] Need concrete "Why Postgres not MySQL" |
From | Date | Subject | |
---|---|---|---|
Next Message | Edmund Dengler | 2003-08-21 16:05:28 | Re: Buglist |
Previous Message | Shridhar Daithankar | 2003-08-21 15:40:34 | Re: Buglist |
From | Date | Subject | |
---|---|---|---|
Next Message | Edmund Dengler | 2003-08-21 16:05:28 | Re: Buglist |
Previous Message | Shridhar Daithankar | 2003-08-21 15:40:34 | Re: Buglist |