Support CREATE SCHEMA IF NOT EXISTS.

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

Commit: fb34e94d214d6767910df47aa7c605c452d11c57
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-10-03T23:47:11Z
Releases: 9.3.0
Support CREATE SCHEMA IF NOT EXISTS.

Per discussion, schema-element subcommands are not allowed together with
this option, since it's not very obvious what should happen to the element
objects.

Fabrízio de Royes Mello

Files