Skip to content

Commit d8a6cc3

Browse files
authored
Fix command syntax in help.csv
1 parent c45413c commit d8a6cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

h2/src/main/org/h2/res/help.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ DROP MATERIALIZED VIEW TEST_VIEW
12901290
"
12911291

12921292
"Commands (DDL)","REFRESH MATERIALIZED VIEW","
1293-
@h2@ REFRESH MATERIALIZED VIEW [ IF EXISTS ] [schemaName.]viewName
1293+
@h2@ REFRESH MATERIALIZED VIEW [schemaName.]viewName
12941294
","
12951295
Recreates an existing materialized view.
12961296
Schema owner rights are required to execute this command.
@@ -1638,7 +1638,7 @@ SET DB_CLOSE_DELAY -1
16381638
"
16391639

16401640
"Commands (Other)","SET DEFAULT_LOCK_TIMEOUT","
1641-
@h2@ SET DEFAULT LOCK_TIMEOUT int
1641+
@h2@ SET DEFAULT_LOCK_TIMEOUT int
16421642
","
16431643
Sets the default lock timeout (in milliseconds) in this database that is used
16441644
for the new sessions. The default value for this setting is 1000 (one second).

0 commit comments

Comments
 (0)