postgres 更多内容
  • GLOBAL

    |139968391403280 postgres | omm | 10 | |139968643069712 postgres | omm | 10 | |139968680818448 postgres | joe

    来自:帮助中心

    查看更多 →

  • SESSION

    16398 | active |139968391403280 postgres | omm | 10 | |139968643069712 postgres | omm | 10 | |139968680818448 postgres | joe | 16390 | |139968563377936

    来自:帮助中心

    查看更多 →

  • PG

    139968391403280 postgres | omm | 10 | | 139968643069712 postgres | omm | 10 | | 139968680818448 postgres | joe

    来自:帮助中心

    查看更多 →

  • PGXC

    139968391403280 postgres | omm | 10 | | 139968643069712 postgres | omm | 10 | | 139968680818448 postgres | joe

    来自:帮助中心

    查看更多 →

  • 如何实现不同编码库之间数据容错导入

    创建数据库A和B,其中数据库A的编码格式为UTF8,数据库B的编码格式为GBK。 1 2 postgres=> CREATE DATABASE A ENCODING 'UTF8' template = template0; postgres=> CREATE DATABASE B ENCODING 'GBK'

    来自:帮助中心

    查看更多 →

  • 从PostgreSQL CDC源表读取数据写入到DWS

    CDC源表来监控Postgres的数据变化,并将变化的数据信息插入到DWS数据库中。 前提条件 已创建RDS Postgres实例。本示例创建的RDS Postgres数据库版本选择为:11。 具体步骤可参考:RDS PostgreSQL快速入门。 创建的RDS Postgres数据库版本不能低于11。

    来自:帮助中心

    查看更多 →

  • PGXC

    | cn_5001:139870843444360 | cn_5001 | postgres | workload | 73183493945299462 | 139870843444360 | 578531 |

    来自:帮助中心

    查看更多 →

  • GAUSS-00091 -- GAUSS-00100

    错误原因:两个字符集不能进行隐式转换。 解决办法:字符集转换时要保证两者之间是兼容的。 示例: 1 2 3 4 5 6 7 8 9 10 11 postgres=# create table t1(a text collate "C"); NOTICE: The 'DISTRIBUTE BY'

    来自:帮助中心

    查看更多 →

  • DRS要求的PostgreSQL权限有哪些

    pg_authid TO ptd; 库级同步权限要求: 如果目标库不是postgres,需要具有CREATEDB权限。 参考语句:ALTER ROLE ptd WITH CREATEDB; 如果目标库是postgres,需要具有postgres库的CONNECT和CREATE权限、对模式public的USAGE和CREATE权限。

    来自:帮助中心

    查看更多 →

  • 常见问题处理

    执行如下命令查看连接到指定数据库postgres的会话连接数上限。其中-1表示没有对数据库postgres设置连接数的限制。 SELECT DATNAME,DATCONNLIMIT FROM PG_DATABASE WHERE DATNAME='postgres'; datname

    来自:帮助中心

    查看更多 →

  • GDS导出示例

    骤。 1 mkfifo postgres_public_foreign_test_pipe_tw.pipe 分别读取管道文件并写入新文件。 cat postgres_public_foreign_test_pipe_tw.pipe > postgres_public_foreign_test_pipe_tw

    来自:帮助中心

    查看更多 →

  • 附录使用说明

    的实际值: 1 gsql -d postgres -h 10.10.0.1 -U dbadmin -p 8000 -W password -f create_table_fir.sql 如示例中涉及的以下信息可根据实际情况替换: postgres:所要连接的数据库名称。 10.10

    来自:帮助中心

    查看更多 →

  • 导出数据库

    使用gs_dump导出gaussdb数据库。 gs_dump -W password -U jack -f /home//backup/postgres_backup.tar -p 8000 gaussdb -h 10.10.10.100 -F t 表1 常用参数说明 参数 参数说明

    来自:帮助中心

    查看更多 →

  • 远程模式部署

    PoWA-collector、PoWA-web 切换到RDS for PostgreSQL数据库安装用户下,本次演示使用的是postgres。 su - postgres psycopg2 是 PoWA-collector、powa-web安装必不可少的依赖环境。 pip install

    来自:帮助中心

    查看更多 →

  • 查看系统表

    ----------------- postgres | Ruby | active | 140298793514752 postgres | Ruby | active | 140298718004992 postgres | Ruby | idle

    来自:帮助中心

    查看更多 →

  • PGXC

    | cn_5001:139870843444360 | cn_5001 | postgres | workload | 73183493945299462 | 139870843444360 | 578531 |

    来自:帮助中心

    查看更多 →

  • GAUSS-05171 -- GAUSS-05180

    8 9 postgres=# CREATE DATABASE test_db ENCODING 'eucjis2004' LC_CTYPE='C' LC_COLLATE='C' template = template0; CREATE DATABASE postgres=# \c

    来自:帮助中心

    查看更多 →

  • HE2E DevOps实践:构建应用部分

    容器镜像服务 。 生成Postgres and Redis Dockerfile 通过shell命令生成Dockerfile文件,用以制作Postgres(数据库)和Redis(缓存)镜像。 制作Postgres镜像并推送到SWR仓库 依据“生成Postgres and Redis

    来自:帮助中心

    查看更多 →

  • 创建DLI表关联DWS

    77:8000/postgres"。 说明: DWS的连接地址格式为:"协议头://访问地址:访问端口/数据库名" 例如: jdbc:postgresql://to-dws-1174405119-ihlUr78j.datasource.com:8000/postgres 如果想要访问

    来自:帮助中心

    查看更多 →

  • 常见问题处理

    执行如下命令查看连接到指定数据库postgres的会话连接数上限。其中-1表示没有对数据库postgres设置连接数的限制。 SELECT DATNAME,DATCONNLIMIT FROM PG_DATABASE WHERE DATNAME='postgres'; datname

    来自:帮助中心

    查看更多 →

  • 使用pg

    PostgreSQL 12支持。 操作步骤 以root用户连接postgres数据库,获取样本列表。 # psql --host=<RDS_ADDRESS> --port=<DB_PORT>--dbname=postgres --username=root -c "select * from

    来自:帮助中心

    查看更多 →

共105条
看了本文的人还看了