-- test that we decode correctly while an uncommitted prepared xact -- with ddl exists.
-- separate table because of the lock from the ALTER -- this will come before the '5' row above, as this commits before it. INSERTINTO test_prepared2 VALUES (7);
COMMIT PREPARED 'test_prepared#3';
-- make sure stuff still works INSERTINTO test_prepared1 VALUES (8); INSERTINTO test_prepared2 VALUES (9);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.