云数据库 GaussDB-获取帮助:任务示例
任务示例
- 使用如下命令连接数据库。
gsql -d postgres -p 8000
postgres为需要连接的数据库名称,8000为数据库主节点的端口号。
连接成功后,系统显示类似如下信息:
gsql (( GaussDB Kernel VxxxRxxxCxx build 290d125f) compiled at 2020-05-08 02:59:43 commit 2143 last mr 131)Non-SSL connection (SSL connection is recommended when requiring high-security)Type "help" for help.
- 查看gsql的帮助信息。具体执行命令请参见表1。
表1 使用gsql联机帮助 描述
示例
查看版权信息
\copyright
查看GaussDB支持的SQL语句的帮助
查看GaussDB支持的SQL语句的帮助
例如,查看GaussDB支持的所有SQL语句:
123456
openGauss=# \hAvailable help: ABORT ALTER AGGREGATE ALTER APP WORKLOAD GROUP ... ...
例如,查看CREATE DATABASE命令的参数可使用下面的命令:
1 2 3 4 5 6 7 8 910111213
openGauss=# \help CREATE DATABASECommand: CREATE DATABASEDescription: create a new databaseSyntax:CREATE DATABASE database_name [ [ WITH ] {[ OWNER [=] user_name ]| [ TEMPLATE [=] template ]| [ ENCODING [=] encoding ]| [ LC_COLLATE [=] lc_collate ]| [ LC_CTYPE [=] lc_ctype ]| [ DBCOMPATIBILITY [=] compatibility_type ]| [ TABLESPACE [=] tablespace_name ]| [ CONNECTION LIMIT [=] connlimit ]}[...] ];
查看gsql命令的帮助
例如,查看gsql支持的命令:
1234567
openGauss=# \?General \copyright show openGauss usage and distribution terms \g [FILE] or ; execute query (and send results to file or |pipe) \h(\help) [NAME] help on syntax of SQL commands, * for all commands \q quit gsql... ...
- GaussDB视频教程_gaussdb查看表结构语句_高斯数据库视频教程_华为云
- GaussDB数据库考试_GaussDB认证_高斯数据库考试_华为云
- GaussDB学习_gaussdb教程_高斯数据库学习_华为云
- GaussDB培训_GaussDB教程_高斯数据库培训-华为云
- 分布式云原生集合示例_华为云分布式云原生_华为云UCS集合示例
- GaussDB工具_gaussdb怎么读_高斯数据库工具_华为云
- GaussDB学习_gaussdb数据库_高斯数据库学习_华为云
- GaussDB数据库_gaussdb类型_高斯数据库_华为云
- GaussDB用法_GaussDB数据库使用方法_高斯数据库如何使用_华为云
- GaussDB考试_GaussDB数据库考试_高斯数据库考试_华为云