We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d053544 + d8a6cc3 commit da4c337Copy full SHA for da4c337
1 file changed
h2/src/main/org/h2/res/help.csv
@@ -1290,7 +1290,7 @@ DROP MATERIALIZED VIEW TEST_VIEW
1290
"
1291
1292
"Commands (DDL)","REFRESH MATERIALIZED VIEW","
1293
-@h2@ REFRESH MATERIALIZED VIEW [ IF EXISTS ] [schemaName.]viewName
+@h2@ REFRESH MATERIALIZED VIEW [schemaName.]viewName
1294
","
1295
Recreates an existing materialized view.
1296
Schema owner rights are required to execute this command.
@@ -1638,7 +1638,7 @@ SET DB_CLOSE_DELAY -1
1638
1639
1640
"Commands (Other)","SET DEFAULT_LOCK_TIMEOUT","
1641
-@h2@ SET DEFAULT LOCK_TIMEOUT int
+@h2@ SET DEFAULT_LOCK_TIMEOUT int
1642
1643
Sets the default lock timeout (in milliseconds) in this database that is used
1644
for the new sessions. The default value for this setting is 1000 (one second).
0 commit comments