View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002980 | SymmetricDS | Improvement | public | 2017-02-03 14:10 | 2019-05-14 17:15 |
Reporter | chenson | Assigned To | chenson | ||
Priority | normal | ||||
Status | closed | Resolution | duplicate | ||
Product Version | 3.9.1 | ||||
Target Version | 3.9.3 | Fixed in Version | 3.9.3 | ||
Summary | 0002980: Support transactional sync triggers on platforms where ddl can be transactional | ||||
Description | Postgres supports DDL transactions. This will allow triggers to be synchronized on a busy system without the chance for missing an during the drop and re-create of a trigger. The transaction would start with the "drop trigger" and keep the table locked until the "create trigger" completes and commits. | ||||
Tags | dialect: postgresql, trigger | ||||
duplicate of | 0003366 | closed | kstojanovska | Support transactional sync triggers |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-03 14:10 | chenson | New Issue | |
2017-02-03 14:11 | chenson | Description Updated | View Revisions |
2017-03-22 18:44 | chenson | Status | new => acknowledged |
2017-05-24 18:49 | chenson | Target Version | 3.9.0 => |
2017-11-17 13:17 | chenson | Product Version | => 3.9.1 |
2017-11-17 13:17 | chenson | Target Version | => 3.9.1 |
2019-04-24 14:41 | elong | Tag Attached: trigger | |
2019-04-24 14:41 | elong | Tag Attached: dialect: postgresql | |
2019-05-14 17:09 | elong | Description Updated | View Revisions |
2019-05-14 17:13 | chenson | Note Added: 0001485 | |
2019-05-14 17:14 | chenson | Fixed in Version | => 3.9.3 |
2019-05-14 17:15 | chenson | Assigned To | => chenson |
2019-05-14 17:15 | chenson | Status | acknowledged => closed |
2019-05-14 17:15 | chenson | Resolution | open => duplicate |
2019-05-14 17:15 | chenson | Relationship added | duplicate of 0003366 |