github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/docs/generated/sql/bnf/create_database_stmt.bnf (about)

     1  create_database_stmt ::=
     2  	'CREATE' 'DATABASE' database_name opt_with opt_template_clause 'ENCODING' opt_equal non_reserved_word_or_sconst opt_lc_collate_clause opt_lc_ctype_clause
     3  	| 'CREATE' 'DATABASE' database_name opt_with opt_template_clause  opt_lc_collate_clause opt_lc_ctype_clause
     4  	| 'CREATE' 'DATABASE' 'IF' 'NOT' 'EXISTS' database_name opt_with opt_template_clause 'ENCODING' opt_equal non_reserved_word_or_sconst opt_lc_collate_clause opt_lc_ctype_clause
     5  	| 'CREATE' 'DATABASE' 'IF' 'NOT' 'EXISTS' database_name opt_with opt_template_clause  opt_lc_collate_clause opt_lc_ctype_clause