mirror of https://github.com/citusdata/citus.git
10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
--
|
|
-- MULTI_UTILITY_WARNINGS
|
|
--
|
|
-- Tests to check if we inform the user about potential caveats of creating new
|
|
-- databases.
|
|
CREATE DATABASE new_database;
|
|
NOTICE: Citus partially supports CREATE DATABASE for distributed databases
|
|
DETAIL: Citus does not propagate CREATE DATABASE command to workers
|
|
HINT: You can manually create a database and its extensions on workers.
|