I am happy to see that Postgres 8.2 has a new RETURNING keyword for INSERT statements, which means that you no longer need to make a separate query to retrieve the auto-assigned primary key for the row you just inserted.
Also, PostgreSQL benchmarks are looking better all the time.

Atom Feed