From 44f77495e9a75ab73844e5005eba6dc6eb2698ce Mon Sep 17 00:00:00 2001 From: gongsiyi150 <623965125@qq.com> Date: Wed, 1 Jul 2020 20:07:59 +0800 Subject: [PATCH] update documents. --- README.en.md | 2 ++ README.md | 2 ++ content/en/docs/Developerguide/connecting-to-a-database.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 3dae6e51d..f505cf51e 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,7 @@ # docs +English | [简体中文](./README.md) + ### Brief Introduction docs maintains openGauss documentations which is integrated by online website. Welcome to join us. diff --git a/README.md b/README.md index bb6e53c0e..7eaee7962 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # docs +[English](./README.en.md) | 简体中文 + #### 介绍 欢迎来到openGauss官方文档的仓库。 diff --git a/content/en/docs/Developerguide/connecting-to-a-database.md b/content/en/docs/Developerguide/connecting-to-a-database.md index 0f28c5813..2528c7b9c 100644 --- a/content/en/docs/Developerguide/connecting-to-a-database.md +++ b/content/en/docs/Developerguide/connecting-to-a-database.md @@ -2,7 +2,7 @@ Client tools used for connecting to a database include **gsql** and APIs \(such as **ODBC** and **JDBC**\). -- **gsql** is a client tool provided by openGauss. As described in [Using gsql to Connect to a Database](using-gsql-to-connect-to-a-database.md), **psql** is used to enter, edit, and run SQL statements in an interactive manner. +- **gsql** is a client tool provided by openGauss. As described in [Using gsql to Connect to a Database](using-gsql-to-connect-to-a-database.md), edit, and run SQL statements in an interactive manner. - As described in [APIs](apis.md), standard databases, such as **ODBC** and **JDBC**, can be used to develop openGauss-based applications. - **[Confirming Connection Information](confirming-connection-information.md)** -- Gitee