Skip to content

Commit da4c337

Browse files
authored
Merge pull request h2database#4271 from IrisesD/master
Fix command syntax in help.csv in h2database#4269 and h2database#4270
2 parents d053544 + d8a6cc3 commit da4c337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)