连接到 Azure Cosmos DB for PostgreSQL 中的群集

适用对象: Azure Cosmos DB for PostgreSQL(由 PostgreSQL 的 Citus 数据库扩展提供支持)

选择以下数据库客户端之一,了解如何将其配置为连接到 Azure Cosmos DB for PostgreSQL 群集。

pgAdmin 是一个流行且功能丰富的 PostgreSQL 开源管理和开发平台。

  1. 下载并安装 pgAdmin。

  2. 在客户端计算机上打开 pgAdmin 应用程序。 在仪表板中,选择“添加新服务器”。

    Screenshot that shows the pgAdmin dashboard.

  3. 在“常规”选项卡中选择“名称”。任何名称都将正常工作。

    Screenshot that shows the pgAdmin general connection settings.

  4. 在“连接”选项卡中输入连接详细信息。

    Screenshot that shows the pgAdmin connection settings.

    自定义以下字段:

    • 主机名/地址:从 Azure 门户中群集的“概述”页面获取此值。 它在其中列为协调器名称。 它的形式为 c-<clustername>.12345678901234.postgres.cosmos.chinacloudapi.cn
    • 维护数据库:使用值 citus
    • 用户名:使用值 citus
    • 密码:连接密码。
    • 保存密码:根据需要启用。
  5. 在“SSL”选项卡中,将“SSL 模式”设置为“需要”。

    Screenshot that shows the pgAdmin SSL settings.

  6. 选择“保存”以保存并连接到数据库。

后续步骤