When I insert a row, it increments the ID field using SERIAL.
How can I return the newly created ID number right after the insert?
(Database is Postgresql.)
$db->Insert_ID();