Skip to content
Snippets Groups Projects
Commit 9caafda5 authored by Joe Conway's avatar Joe Conway
Browse files

Add support for multi-row VALUES clauses as part of INSERT statements

(e.g. "INSERT ... VALUES (...), (...), ...") and elsewhere as allowed
by the spec. (e.g. similar to a FROM clause subselect). initdb required.
Joe Conway and Tom Lane.
parent d307c428
No related branches found
No related tags found
No related merge requests found
Showing
with 705 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment