diff --git a/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
index f2ce865cad951044c24313e4a326d1d1bcf777f2..2db575bc81089325342532b5d9898b703646e691 100644
--- a/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
+++ b/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
@@ -1,6 +1,6 @@
# PG\_SHDESCRIPTION
-PG\_SHDESCRIPTION系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用psql的\\d命令查看注释内容。
+PG\_SHDESCRIPTION系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用gsql的\\d命令查看注释内容。
PG\_DESCRIPTION提供了类似的功能,它记录了单个数据库中对象的注释。
diff --git a/content/en/docs/DatabaseReference/pg_shdescription.md b/content/en/docs/DatabaseReference/pg_shdescription.md
index b8efb360c82ad1fdc5b8c8f36838820392190a84..fea5ce0a766bfc9f0b7dd869f119aacf194459ac 100644
--- a/content/en/docs/DatabaseReference/pg_shdescription.md
+++ b/content/en/docs/DatabaseReference/pg_shdescription.md
@@ -1,6 +1,6 @@
# PG\_SHDESCRIPTION
-**PG\_SHDESCRIPTION** records optional comments for shared database objects. Descriptions can be manipulated with the **COMMENT** command and viewed with psql's **\\d** commands.
+**PG\_SHDESCRIPTION** records optional comments for shared database objects. Descriptions can be manipulated with the **COMMENT** command and viewed with gsql's **\\d** commands.
See also **PG\_DESCRIPTION**, which provides a similar function for descriptions involving objects within a single database.
diff --git a/content/en/docs/ToolandCommandReference/pg_config.md b/content/en/docs/ToolandCommandReference/pg_config.md
index d3d8d5e46d595d882e892f90b1b5dbf6597316f3..4f8ed3b7ceabc42bad257b45ff7a085b32be05b4 100644
--- a/content/en/docs/ToolandCommandReference/pg_config.md
+++ b/content/en/docs/ToolandCommandReference/pg_config.md
@@ -16,7 +16,7 @@ The **pg\_config** tool supports one or more of the following options. If more
- --bindir
- Prints the path of the executable file of a user. For example, you can use this option to find the **psql** program. Generally, this is the path of the **pg\_config** program.
+ Prints the path of the executable file of a user. For example, you can use this option to find the **gsql** program. Generally, this is the path of the **pg\_config** program.
- --docdir
diff --git a/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
index 3e213e1148813dd3e8e1edfa1d52e4b42c7ddd8d..87adc062e7506a849fec07ee556b93b2bdcc34a9 100644
--- a/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
+++ b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
@@ -1,6 +1,6 @@
# PG\_SHDescription
-PG\_SHDescription系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用psql的\\d命令查看注释内容。
+PG\_SHDescription系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用gsql的\\d命令查看注释内容。
PG\_Description提供了类似的功能,它记录了单个数据库中对象的注释。
diff --git "a/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
index af10e713147a2ea705316c198947b70cceea67ef..78556a0f13dcb2a13fa91e938cdae44258005f2e 100644
--- "a/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
+++ "b/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
@@ -81,6 +81,6 @@
> **须知:**
>
->1. 根据错误级别的不同,将ORC\_ERROR及其以上级别的错误打印在psql端,将详细的堆栈信息打印在对应的CN/DN日志中,ORC\_ERROR以下级别的错误打印仅打印在对应的CN/DN日志中。
+>1. 根据错误级别的不同,将ORC\_ERROR及其以上级别的错误打印在gsql端,将详细的堆栈信息打印在对应的CN/DN日志中,ORC\_ERROR以下级别的错误打印仅打印在对应的CN/DN日志中。
>2. 用户可根据错误码及对应的报错信息定位错误位置分析并解决问题。
diff --git a/content/zh/docs/ToolandCommandReference/pg_config.md b/content/zh/docs/ToolandCommandReference/pg_config.md
index b84bee3d44e9eba41710edc05d1e8ca6e91e4e29..17bbccd951221b1fe5401a520d1b14adb00a225e 100644
--- a/content/zh/docs/ToolandCommandReference/pg_config.md
+++ b/content/zh/docs/ToolandCommandReference/pg_config.md
@@ -16,7 +16,7 @@ pg\_config工具支持下面一个或多个选项,如果给出多于一个选
- --bindir
- 打印用户可执行文件的路径。 比如,可以用这个找psql程序。 通常这也是pg\_config程序存在的路径。
+ 打印用户可执行文件的路径。 比如,可以用这个找gsql程序。 通常这也是pg\_config程序存在的路径。
- --docdir