I've read that there's no mysql_insertid available for Postgres...
If this is true, what do you do to achieve the same functionality?
Can you use pg_getlastoid for something like this, if not, does it even have a use, other than perhaps seeing if a query did something?
I switched from MySQL as I'm working on an application where data sensitivity is very high, so I'm using (or learning to use) commit/rollback and similar.
-Ben