diff --git a/content/zh/docs/ToolandCommandReference/gs_restore.md b/content/zh/docs/ToolandCommandReference/gs_restore.md index 3df7f30e90a28d9af001438ec8a84320a929b663..7a6b355dad7b855ba5171b2fb9de4ac9a0e44068 100644 --- a/content/zh/docs/ToolandCommandReference/gs_restore.md +++ b/content/zh/docs/ToolandCommandReference/gs_restore.md @@ -249,7 +249,7 @@ gs_restore [OPTION]... FILE - --pipeline - 使用管道传输密码,禁止在终端使用。 + 使用管道传输密码,禁止在终端使用。 > ![](public_sys-resources/icon-notice.png) **须知:** >- 如果安装过程中有任何本地数据要添加到template1数据库,请谨慎将gs\_restore的输出载入到一个真正的空数据库中;否则可能会因为被添加对象的定义被复制,而出现错误。要创建一个无本地添加的空数据库,需从template0而非template1复制,例如: @@ -259,11 +259,11 @@ gs_restore [OPTION]... FILE >- gs_restore不能选择性地导入大对象;例如只能导入那些指定表的对象。如果某个归档形式包含大对象,那所有大对象都会被导入。如果此归档对象通过-L、-t或其他选项被排除,那么所有大对象一个都不会被导入。 > ![](public_sys-resources/icon-note.png) **说明:** ->- 1. -d/--dbname 和 -f/--file 不能同时使用。 ->- 2. -s/--schema-only 和 -a/--data-only不能同时使用。 ->- 3. -c/--clean 和 -a/--data-only不能同时使用。 ->- 4. 使用--single-transaction时,-j/--jobs必须为单任务。 ->- 5. --role 和 --rolepassword必须一起使用。 +>- -d/--dbname 和 -f/--file 不能同时使用。 +>- -s/--schema-only 和 -a/--data-only不能同时使用。 +>- -c/--clean 和 -a/--data-only不能同时使用。 +>- 使用--single-transaction时,-j/--jobs必须为单任务。 +>- --role 和 --rolepassword必须一起使用。