Skip to content

Navigation Menu

Sign inAppearance settings
Appearance settings

Commit da4c337

Browse filesBrowse the repository at this point in the historyBrowse files
authored
Merge pull request #4271 from IrisesD/master
Fix command syntax in help.csv in #4269 and #4270
2 parents d053544 + d8a6cc3 commit da4c337
Copy full SHA for da4c337

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: h2/src/main/org/h2/res/help.csv
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.