inserting multiple rows - Mailing list pgsql-novice

From Si Chen
Subject inserting multiple rows
Date
Msg-id 410E875B.8050005@graciousstyle.com
Whole thread Raw
List pgsql-novice
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


pgsql-novice by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Help on triggers
Next
From: Frank Kurzawa
Date:
Subject: Comparing database schema's