Skip to content

Commit 25caa78

Browse files
committed
update doc
1 parent 270032d commit 25caa78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • CN/modules/ROOT/pages/master/ecosystem_components
  • EN/modules/ROOT/pages/master/ecosystem_components

CN/modules/ROOT/pages/master/ecosystem_components/pgdog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
== 概述
88
PgDog 是一个专为 PostgreSQL 设计的高性能、开源集群中间件(代理工具),采用 Rust 语言编写。它集成了自动分片、连接池和负载均衡功能,能让开发者在无需修改任何应用程序代码的前提下,实现 PostgreSQL 数据库的水平扩展与高可用管理。
99

10-
注意,PgDog 使用 PostgreSQL 原生的 pg_query 模块实现语句解析,所以它不支持在 Oracle 兼容模式下运行。
10+
注意,PgDog 使用 PostgreSQL 原生的 pg_query 模块实现语句解析,所以暂时不支持在 Oracle 兼容模式下运行。
1111

1212
项目地址:<https://github.com/pgdogdev/pgdog>
1313

EN/modules/ROOT/pages/master/ecosystem_components/pgdog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
== Overview
77
PgDog is a high-performance, open-source clustering middleware (proxy tool) designed specifically for PostgreSQL and written in Rust. It integrates automatic sharding, connection pooling, and load balancing, enabling developers to achieve horizontal scaling and high-availability management of PostgreSQL databases without modifying any application code.
88

9-
Note that PgDog uses PostgreSQL's native pg_query module to parse statements, so it does not support running in Oracle compatibility mode.
9+
Note that PgDog uses PostgreSQL's native pg_query module to parse statements, so it currently does not support Oracle compatibility mode.
1010

1111
Project URL: <https://github.com/pgdogdev/pgdog>
1212

0 commit comments

Comments
 (0)