I'm looking for a way to find the value of the primary key for the last record inserted into a psql database, where the primary key is an autoincrement int. There appears to be exactly this feature in DBD::mysql according to
, but I'm using postgresql via DBIx::Abstract. If DBIx::Abstract doesn't support it, is there another way to get to the same goal?