-- test updating of unrelated column UPDATE image SET title = 'beautiful picture'WHERE title = 'beautiful image';
SELECT lo_get(43224);
-- this case used to be buggy
BEGIN; UPDATE image SET title = 'beautiful image'WHERE title = 'beautiful picture'; UPDATE image SET raster = 43225WHERE title = 'beautiful image'; SELECT lo_get(43224); COMMIT;
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.