Skip to content

Commit 910a37d

Browse files
author
Cary Huang
committed
updates
1 parent 7a2e9a3 commit 910a37d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/user-guide/object_mapping_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This utility function can be used to configure table name, column name, data typ
1818
* `source object` represents the table in fully-qualified name in remote database
1919
* `destination object` represents the table name in PostgreSQL. It can be just a name (default to public schema) or in schema.name format.
2020

21-
This example maps `inventory.customers` table in the source table to `schema1.people` in PostgreSQL.
21+
This example maps `inventory.customers` table in the source database to `schema1.people` in PostgreSQL.
2222
```sql
2323
SELECT synchdb_add_objmap('mysqlconn','table','inventory.customers','schema1.people');
2424
```

docs/zh/user-guide/object_mapping_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SynchDB 具有默认的名称和数据类型映射规则来处理传入的更改
1818
* `source object` 表示远程数据库中以完全限定名称表示的表
1919
* `destination object` 表示 PostgreSQL 中的表名。它可以只是一个名称(默认为公共架构)或 schema.name 格式。
2020

21-
此示例将源表中的 `inventory.customers` 表映射到 PostgreSQL 中的 `schema1.people`
21+
此示例将源数据库中的 `inventory.customers` 表映射到 PostgreSQL 中的 `schema1.people`
2222
```sql
2323
SELECT synchdb_add_objmap('mysqlconn','table','inventory.customers','schema1.people');
2424
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: SynchDB Documentation
2-
repo_url: https://github.com/Hornetlabs/synchdb-docs
2+
repo_url: https://github.com/Hornetlabs/synchdb
33
site_url: https://docs.synchdb.com/
44
site_description: SynchDB is a PostgreSQL extension for synchronizing data from different database sources..
55
site_author: Hornetlabs Technology Inc.

0 commit comments

Comments
 (0)