Skip to content

Commit 0b9e6bb

Browse files
Merge pull request #6304 from JoshDreamland/MgdPostgresConnectionUpdate
Update screenshots for Managed Postgress Connection doc, mention SQL Console
2 parents 008b027 + 0cf329f commit 0b9e6bb

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/cloud/managed-postgres/connection.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import tlsCaBundle from '@site/static/images/managed-postgres/tls-ca-bundle.png'
1515

1616
<BetaBadge link="https://clickhouse.com/cloud/postgres" galaxyTrack={true} galaxyEvent="docs.managed-postgres.connection-beta" />
1717

18+
:::tip[SQL Console]
19+
This page explains how to connect your production systems to Postgres. If you want a quick way to run a query, you can connect through the [SQL Console](/integrations/sql-clients/sql-console), in the same way you can with ClickHouse instances.
20+
:::
21+
1822
## Accessing connection details {#accessing-connection-details}
1923

2024
To connect your applications to Managed Postgres, navigate to the **Connect** view in the left sidebar of your instance.
@@ -38,11 +42,11 @@ Managed Postgres provides superuser access to your database. Use these credentia
3842

3943
The **Connect via** tabs provide your connection string in multiple formats to match your application's requirements:
4044

41-
| Format | Description |
42-
|--------|-------------|
43-
| **url** | Standard connection URL in the format `postgresql://<USER>:<PASSWORD>@<HOST>:<PORT>/<DATABASE>` |
45+
| Format | Description |
46+
|----------|-------------|
47+
| **url** | Standard connection URL in the format `postgresql://<USER>:<PASSWORD>@<HOST>:<PORT>/<DATABASE>` |
4448
| **psql** | Ready-to-use command for connecting via the psql command line tool |
45-
| **env** | Environment variables for libpq-based clients |
49+
| **env** | Environment variables for libpq-based clients |
4650
| **yaml** | YAML formatted configuration |
4751
| **jdbc** | JDBC connection string for Java applications |
4852

19.8 KB
Loading
-1.1 KB
Loading
-162 KB
Loading

0 commit comments

Comments
 (0)