I've ran a simple insert command:
INSERT INTO names (name) VALUES ('john')
As a response I get a PG::Result object. I've been digging through those docs but I can't squeeze out of that object the info I need: what is the ID of the row I've just inserted?