查看对象
查看命令帮助信息
例如,查询ABORT的所有语法。
Command: ABORT
Description: abort the current transaction
Syntax:
ABORT [ WORK | TRANSACTION ] ;
-
\c dbname
例如,将postgres数据库切换为数据库db_tpcc。
查询所有数据库
openGauss=# \l
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+-------+-----------+---------+-------+-------------------
mydb | omm | GBK | C | C |
postgres | omm | SQL_ASCII | C | C |
template0 | omm | SQL_ASCII | C | C | =c/omm +
| | | | | omm=CTc/omm
template1 | omm | SQL_ASCII | C | C | =c/omm +
(4 rows)
查询当前数据库中的所有表
示例如下。
openGauss=# \dt
List of relations
Schema | Name | Type | Owner | Storage
--------+-----------------+-------+-------+----------------------------------
public | customer_t1 | table | omm | {orientation=row,compression=no}
public | customer_t1_bak | table | omm | {orientation=row,compression=no}