Skip to content

Commit 940d444

Browse files
committed
Show connection string in a format where it is not scrolled from view
1 parent 4cfae00 commit 940d444

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/postgresql/hyperscale/quickstart-connect-psql.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ To follow this quickstart, you'll first need to:
2222

2323
When you create your Azure Database for PostgreSQL server, a default database named **citus** is created. To connect to your database server, you need a connection string and the admin password.
2424

25-
1. Obtain the connection string. In the server group page click the **Connection strings** menu item. (It's under **Settings**.) Find the string marked **psql**. It will be of the form:
26-
27-
```
28-
psql "host=hostname.postgres.database.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"
29-
```
25+
1. Obtain the connection string. In the server group page click the **Connection strings** menu item. (It's under **Settings**.) Find the string marked **psql**. It will be of the form, `psql "host=hostname.postgres.database.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"`
3026

3127
Copy the string. You will need to replace "{your\_password}" with the administrative password you chose earlier. The system doesn't store your plaintext password and so can't display it for you in the connection string.
3228

0 commit comments

Comments
 (0)