Shengkai Fang created FLINK-33226:
-------------------------------------
Summary: Forbid to drop current database
Key: FLINK-33226
URL: https://issues.apache.org/jira/browse/FLINK-33226
Project: Flink
Issue Type: Improvement
Reporter: Shengkai Fang
PG or MySql both doesn't support to drop the current database. PG throws the
following exception.
{code:java}
test=# drop database
test-# test;
ERROR: cannot drop the currently open database
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)