提交 dc6bc972 authored 作者: noelgrandin's avatar noelgrandin

improve wording of SCRIPT...TO documentation

上级 9854123e
...@@ -163,12 +163,12 @@ values transition from being inserted as inline values, to be inserted using ...@@ -163,12 +163,12 @@ values transition from being inserted as inline values, to be inserted using
out-of-line commands. out-of-line commands.
NOSETTINGS turns off dumping the database settings (the SET XXX commands) NOSETTINGS turns off dumping the database settings (the SET XXX commands)
If no file name is specified, the If no 'TO fileName' clause is specified, the
script is returned as a result set. This command can be used to create a backup script is returned as a result set. This command can be used to create a backup
of the database. For long term storage, it is more portable than copying the of the database. For long term storage, it is more portable than copying the
database files. database files.
If a file name is specified, then the whole If a 'TO fileName' clause is specified, then the whole
script (including insert statements) is written to this file, and a result set script (including insert statements) is written to this file, and a result set
without the insert statements is returned. without the insert statements is returned.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论