Does PostgreSQL not support
insert into mytable (row1, row2) values ('a', '1'), ('b', '2'), ('c', '3'), ('d', '4')
? If not, does anyone know why not?
Si