module-postgresql/spec/unit/defines
Igor Galić 324c291b3f defined type for creating database schemas
This defined type helps create database schemas, and assign them to an
`owner`. It is closely modeled after Postgresql::Server::Tablespace.
It uses PostgreSQL's builtin IF NOT EXISTS to guarantee idempotency.
(>= 9.3, else it checks pg_namespace).

n.b.: This defined type *requires* that a `db` is passed. This is a
concious design decision, since we find it rather useless to create such
schemas in the default `postgres` database, and if *were* useful, one
can always "over-specify".

This addresses MODULES-1098.
2014-07-25 17:10:40 +02:00
..
server defined type for creating database schemas 2014-07-25 17:10:40 +02:00
validate_db_connection_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-09 16:39:04 -04:00