Subject CREATE DATABASE like in postgresql
Author Doru Constantin
Is there any plan to implement:
CREATE DATABASE 'the_database' ... [FROM] TEMPLATE
'the_template_database
like in postgresql?
</doru>