is there a way to
1. insert a row to table A
2. get the value of the serial field from the now in no.1
3. insert a row to table B (one of the fields uses the value from no.2)
in -one transaction-?
i'm currently doing it using functions, but is there another way?
(kind of like the mysql_insert_id function in mysql)
ramil