PostgreSQL&GaussDB
PostgreSQL&GaussDB
兮动人
https://www.xdr630.com/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ERROR: cannot execute INSERT in a read-only transaction
PostgreSQL集群执行INSERT语句时出现"cannot execute INSERT in a read-only transaction"错误,原因是连接到了集群的备节点(只读节点)而非主节点(可写节点)。该错误表明当前连接处于只读模式,无法执行写操作。解决方案是将DBeaver的连接地址改为集群主节点的地址。若不确定主节点,可逐个尝试连接并执行INSERT语句,能成功执行的即为可写的主节点。PostgreSQL集群中备节点默认是只读的,这是其设计特性。原创 2025-11-26 17:34:43 · 565 阅读 · 0 评论 -
Oracle/PostgreSQL/MSSQL/MySQL函数实现对照表
Oracle/PostgreSQL/MSSQL/MySQL函数实现对照表原创 2025-06-27 23:37:09 · 744 阅读 · 0 评论 -
gsql: command not found
gsql: command not found原创 2025-06-25 14:39:31 · 586 阅读 · 0 评论 -
海量数据切换数据库模式
海量数据切换数据库模式原创 2025-06-24 15:20:52 · 432 阅读 · 0 评论 -
ERROR: btree index is not supported for ustore, please use ubtree instead
ERROR: btree index is not supported for ustore, please use ubtree instead原创 2024-11-01 17:43:28 · 829 阅读 · 0 评论 -
flyway适配高斯数据库
flyway适配高斯数据库原创 2023-09-16 01:21:25 · 1534 阅读 · 0 评论 -
DBeaver连接GaussDB
DBeaver连接GaussDB原创 2023-07-02 00:48:55 · 2988 阅读 · 0 评论 -
FATAL: no pg_hba.conf entry for host “xxx
【代码】FATAL: no pg_hba.conf entry for host “xxx。原创 2023-06-24 16:37:11 · 1760 阅读 · 0 评论 -
could not connect to server: Connection timed out (Ox0000274C/10060)
could not connect to server: Connection timed out (Ox0000274C/10060)ls the server running on host "xxx" and acceptingTCP/IP connections on port 5432?原创 2023-06-24 16:07:11 · 3071 阅读 · 0 评论
分享