Translate zh/engines/database-engines/postgresql: sync translate from en doc

This commit is contained in:
cnmade 2022-02-11 14:43:28 +08:00
parent 10439c9d3f
commit 3a4c2938d3

View File

@ -24,6 +24,7 @@ ENGINE = PostgreSQL('host:port', 'database', 'user', 'password'[, `use_table_cac
- `database` — 远程数据库名次
- `user` — PostgreSQL用户名称
- `password` — PostgreSQL用户密码
`schema` - PostgreSQL 模式
- `use_table_cache` — 定义数据库表结构是否已缓存或不进行。可选的。默认值: `0`.
## 支持的数据类型 {#data_types-support}