module-postgresql/spec
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
..
acceptance defined type for creating database schemas 2014-07-25 17:10:40 +02:00
unit defined type for creating database schemas 2014-07-25 17:10:40 +02:00
spec.opts Sync files 2014-06-25 17:23:35 -07:00
spec_helper.rb Merge 3.4.x changes into master. 2014-07-25 09:31:00 -04:00
spec_helper_acceptance.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-09 16:39:04 -04:00