mydb=# \dtNo relations found. mydb=# create table test_t(id serial primary key ,col1 varchar(8),col2 decimal(6,2),create_time timestamptz not null default now());NOTICE: CREATE TABLE will create implicit sequence "test_t_id_seq" for serial column "test_t.id"NOTICE: CREATE TABLE...
---主节点创建表并插入记录 openGauss=# \d+ No relations found. openGauss=# create table t_delay (id int,instime date); CREATE TABLE openGauss=# \d+ List of relations Schema | Name | Type | Owner | Size | Storage | Description ---+---+---+---+---+---+--- public | t_rap...
- public | logical_tb1 | table | omm | 8192 bytes | {orientation=row,compression=no} | (1 row) 2.发布端删除表 drop table logical_tb1; \d+ openGauss=# drop table logical_tb1; DROP TABLE openGauss=# \d+ No relations found. 3.查看订阅端表 \d+ openGauss=# \d+ No relations ...
openGauss=> \dt No relations found. [root@momo488m ~]# kubectl exec -ti opengauss-2-1 -n opengauss-2 -- bash [root@opengauss-2-1 /]# su omm bash-4.2$ gsql -d postgres -p 5432 -r -U admin Password for user admin: gsql ((openGauss 3.0.0 build ee30df52) compiled at 2022-...
No relations found. [root@momo488m ~]# kubectl exec -ti opengauss-2-1 -n opengauss-2 -- bash [root@opengauss-2-1 /]# su omm bash-4.2$ gsql -d postgres -p 5432 -r -U admin Password for user admin: gsql ((openGauss 3.0.0 build ee30df52) compiled at 2022-03-30 20:04:30...
No relations found. [root@momo488m ~]# kubectl exec -ti opengauss-2-1 -n opengauss-2 -- bash [root@opengauss-2-1 /]# su omm bash-4.2$ gsql -d postgres -p 5432 -r -U admin Password for user admin: gsql ((openGauss 3.0.0 build ee30df52) compiled at 2022-03-30 20:04:30...
public | region | table | omm | {orientation=row,compression=no} public | supplier | table | omm | {orientation=row,compression=no} (8 rows) tpch=# \di No relations found. tpch=#select*frompg_indexeswhereschemaname='public'; schemaname | tablename | indexname | tablespace | indexdef...
No relations found. mydb=# create table test_t(id serial primary key ,col1 varchar(8),col2 decimal(6,2),create_time timestamptz not null default now()); NOTICE: CREATE TABLE will create implicit sequence "test_t_id_seq" for serial column "test_t.id" ...
No relations found. omm=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges ---+---+---+---+---+--- omm | omm | UTF8 | en_US.UTF-8 | en_US.UTF-8 | postgres | omm | UTF8 | en_US.UTF-8 | en_US.UTF-8 | template0 | omm |...
GAUSS-08518: "No remote server address found!" SQLSTATE: 42704 CAUSE: "invalid" ACTION: "invalid" GAUSS-08519: "could not connect to server '%s'" SQLSTATE: 08001 CAUSE: "invalid" ACTION: "invalid" GAUSS-08520: "unsupported data type %u" SQLSTATE: XX000 CAUSE: "invalid...