PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

postgresql nextval pergunta sobre sequências


Tentar:
$DB->query("SELECT nextval('schemadb.audit_txn_seq')");
$DB->query('SET CONSTRAINTS ALL DEFERRED');
$DB->query("SELECT schemadb.undo_transaction( currval('schemadb.audit_txn_seq') )");