From 918c09f15799da80b9ddbd24cf8cc619a42de92d Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Wed, 22 Jul 2020 16:25:05 +0800 Subject: [PATCH] SYNC DTS --- .../\344\275\277\347\224\250gsql\350\277\236\346\216\245.md" | 2 +- ...\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename "content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201\357\274\210postgresql-conf\357\274\211.md" => "content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" (100%) diff --git "a/content/zh/docs/Developerguide/\344\275\277\347\224\250gsql\350\277\236\346\216\245.md" "b/content/zh/docs/Developerguide/\344\275\277\347\224\250gsql\350\277\236\346\216\245.md" index 7ef0f1ed0..79a8c4ac6 100644 --- "a/content/zh/docs/Developerguide/\344\275\277\347\224\250gsql\350\277\236\346\216\245.md" +++ "b/content/zh/docs/Developerguide/\344\275\277\347\224\250gsql\350\277\236\346\216\245.md" @@ -4,7 +4,7 @@ gsql是openGauss提供的在命令行下运行的数据库连接工具。此工 ## 注意事项 -缺省情况下,客户端连接数据库后处于空闲状态时会根据参数[session\_timeout](安全和认证(postgresql-conf).md#zh-cn_topic_0237124696_zh-cn_topic_0059778664_see4820fb6c024e0aa4c56882aeae204a)的默认值自动断开连接。如果要关闭超时设置,设置参数[session\_timeout](安全和认证(postgresql-conf).md#zh-cn_topic_0237124696_zh-cn_topic_0059778664_see4820fb6c024e0aa4c56882aeae204a)为0即可。 +缺省情况下,客户端连接数据库后处于空闲状态时会根据参数[session\_timeout](安全和认证_postgresql-conf.md#zh-cn_topic_0237124696_zh-cn_topic_0059778664_see4820fb6c024e0aa4c56882aeae204a)的默认值自动断开连接。如果要关闭超时设置,设置参数[session\_timeout](安全和认证_postgresql-conf.md#zh-cn_topic_0237124696_zh-cn_topic_0059778664_see4820fb6c024e0aa4c56882aeae204a)为0即可。 ## 前提条件 diff --git "a/content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201\357\274\210postgresql-conf\357\274\211.md" "b/content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201\357\274\210postgresql-conf\357\274\211.md" rename to "content/zh/docs/Developerguide/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" -- Gitee