Generalize transactions

This commit is contained in:
Jakub Vrana
2013-07-09 11:43:01 -07:00
parent 56b0917acd
commit 7a1133a2fd
7 changed files with 38 additions and 22 deletions

View File

@@ -539,10 +539,6 @@ ORDER BY p.proname');
return get_vals("SELECT langname FROM pg_catalog.pg_language");
}
function begin() {
return queries("BEGIN");
}
function last_id() {
return 0; // there can be several sequences
}