From 6733141d7c45511710a5946b838e6a07a5aec9a9 Mon Sep 17 00:00:00 2001 From: DarkAthena Date: Mon, 24 Feb 2025 10:00:04 +0800 Subject: [PATCH] =?UTF-8?q?psql=E6=94=B9=E6=88=90gsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md | 2 +- content/en/docs/DatabaseReference/pg_shdescription.md | 2 +- content/en/docs/ToolandCommandReference/pg_config.md | 2 +- content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md | 2 +- ...\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md" | 2 +- content/zh/docs/ToolandCommandReference/pg_config.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md index f2ce865ca..2db575bc8 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 b8efb360c..fea5ce0a7 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 d3d8d5e46..4f8ed3b7c 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 3e213e114..87adc062e 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 af10e7131..78556a0f1 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 @@ >![](public_sys-resources/icon-notice.png) **须知:** > ->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 b84bee3d4..17bbccd95 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 -- Gitee