提交 e35e035d authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9de6aa07
...@@ -127,7 +127,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -127,7 +127,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Default date format for input and output (local date constants). </li><li>Default date format for input and output (local date constants).
</li><li>Support custom Collators. </li><li>Support custom Collators.
</li><li>Document ROWNUM usage for reports: SELECT ROWNUM, * FROM (subquery). </li><li>Document ROWNUM usage for reports: SELECT ROWNUM, * FROM (subquery).
</li><li>MS SQL Server compatibility: support 1+'2'=3, '1'+'2'='12' </li><li>MS SQL Server compatibility: support string concatenation using +: 1+'2'=3, '1'+'2'='12'
</li><li>Clustering: when a database is back alive, automatically synchronize with the master. </li><li>Clustering: when a database is back alive, automatically synchronize with the master.
</li><li>File system that writes to two file systems (replication, replicating file system). </li><li>File system that writes to two file systems (replication, replicating file system).
</li><li>Standalone tool to get relevant system properties and add it to the trace output. </li><li>Standalone tool to get relevant system properties and add it to the trace output.
......
...@@ -631,9 +631,10 @@ need to be available on the server side. ...@@ -631,9 +631,10 @@ need to be available on the server side.
<p> <p>
The <code>BACKUP</code> SQL statement and the <code>Backup</code> tool both create a zip file The <code>BACKUP</code> SQL statement and the <code>Backup</code> tool both create a zip file
with all database files. However, the contents of this file are not human readable. with all database files. However, the contents of this file are not human readable.
Other than the SCRIPT statement, the <code>BACKUP</code> statement does not lock the </p><p>
database objects, and therefore does not block other users. The resulting Unlike than the SCRIPT statement, the <code>BACKUP</code> statement does not lock the
backup is transactionally consistent: database objects when using the multi-threaded mode, and therefore does not block other users.
The resulting backup is transactionally consistent:
</p> </p>
<pre> <pre>
BACKUP TO 'backup.zip' BACKUP TO 'backup.zip'
...@@ -643,8 +644,8 @@ The <code>Backup</code> tool (<code>org.h2.tools.Backup</code>) can not be used ...@@ -643,8 +644,8 @@ The <code>Backup</code> tool (<code>org.h2.tools.Backup</code>) can not be used
the database must not be in use while running this program. the database must not be in use while running this program.
</p> </p>
<p> <p>
Creating a backup while the database is running is not supported, except Creating a backup by copying the database files while the database is running is not supported,
if the file systems support creating snapshots. The problem is that it can't except if the file systems support creating snapshots. The problem is that it can't
be guaranteed that the data is copied in the right order. be guaranteed that the data is copied in the right order.
</p> </p>
......
...@@ -636,4 +636,5 @@ jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian ...@@ -636,4 +636,5 @@ jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian
postfix iconified deiconified deactivated activated worker frequent utilities postfix iconified deiconified deactivated activated worker frequent utilities
workers appender recovers balanced serializing breaking austria wildam workers appender recovers balanced serializing breaking austria wildam
census genealogy scapegoat gov compacted migrating dies typtypmod latch await census genealogy scapegoat gov compacted migrating dies typtypmod latch await
counting dtest fallback infix places formal extern counting dtest fallback infix places formal extern destination stdout memmove
\ No newline at end of file stdio printf
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论