Anthony Wlodarski wrote:
> Here is an example of a convenience that is not yet built into PostgreSQL
> (and if it is please correct me as I am using 8.1.1).
>
> INSERT INTO x (a,b)
> VALUES
> ('1', 'one'),
> ('2', 'two'),
> ('3', 'three')
It seems like this was added in 8.2, it's been a while since I messed
around with PostgreSQL.
Dan