Add CREATE COLLATION IF NOT EXISTS clause

Peter Eisentraut <peter_e@gmx.net>

Commit: 6d16ecc646d21b39092970c591fd0f73b4cfc26b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-02-15T15:01:28Z
Releases: 10.0
Add CREATE COLLATION IF NOT EXISTS clause

The core of the functionality was already implemented when
pg_import_system_collations was added.  This just exposes it as an
option in the SQL command.

Files

Documentation touched