Define a new, more extensible syntax for COPY options.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 923413ac6d31826bd599711962ce9cb7d51a997f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-09-21T20:10:21Z
Releases: 9.0.0
Define a new, more extensible syntax for COPY options.

This is intentionally similar to the recently revised syntax for EXPLAIN
options, ie, (name value, ...).  The old syntax is still supported for
backwards compatibility, but we intend that any options added in future
will be provided only in the new syntax.

Robert Haas, Emmanuel Cecchet

Files