sql >> Base de Datos >  >> RDS >> PostgreSQL

postgresql nextval pregunta sobre secuencias

Prueba:

$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') )");