From bbee497d986c4e933a83e318023cb23d3f9eda0a Mon Sep 17 00:00:00 2001 From: Andreas Scherbaum Date: Tue, 30 May 2017 21:23:38 +0200 Subject: [PATCH] Fix "shcema" (#2531) --- gpdb-doc/dita/admin_guide/managing/backup-schema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpdb-doc/dita/admin_guide/managing/backup-schema.xml b/gpdb-doc/dita/admin_guide/managing/backup-schema.xml index 708746b924..cd60c9af03 100644 --- a/gpdb-doc/dita/admin_guide/managing/backup-schema.xml +++ b/gpdb-doc/dita/admin_guide/managing/backup-schema.xml @@ -7,7 +7,7 @@

The gp_dump utility dumps the contents of a database into SQL script files, which can then be used to restore the database schema and user data at a later time using - gp_restore The following command will create a shcema dump of the + gp_restore The following command will create a schema dump of the template1 database:

$ gp_dump -s template1 -- GitLab