fpompermaier commented on a change in pull request #11871:
URL: https://github.com/apache/flink/pull/11871#discussion_r414130383



##########
File path: docs/dev/table/sql/create.md
##########
@@ -210,6 +210,22 @@ The key and value of expression `key1=val1` should both be 
string literal. See d
 
 {% top %}
 
+## CREATE CATALOG
+
+{% highlight sql %}
+CREATE CATALOG catalog_name
+  WITH (key1=val1, key2=val2, ...)
+{% endhighlight %}
+
+Create a catalog with the given catalog properties. If a catalog with the same 
name already exists, an exception is thrown.
+
+**WITH OPTIONS**
+
+Catalog properties used to store extra information related to this catalog.
+The key and value of expression `key1=val1` should both be string literal.

Review comment:
       Are there any required property? Could I just write _CREATE CATALOG 
catalog_name_ or _CREATE CATALOG catalog_name WITH ()_?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to