The server administrator needs to create a new PostgreSQL 中的地理数据库 that can be used as the product library workspace.
有关详细信息,请参阅在 Windows 的 PostgreSQL 中创建地理数据库。
Recommendations for a PostgreSQL 中的地理数据库
建议在 PostgreSQL 中创建地理数据库时使用以下参数值:
参数名称 | 值 |
---|---|
pg_hba.conf 通过 10.x.x.x 地址(内部网络)向所有人开放访问权限 | "host all all 10.0.0.0/8 md5" |