Skip to content

Commit fe4ab52

Browse files
committed
Update quickstart-postgres.md
1 parent 3e901e8 commit fe4ab52

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/azure-data-studio/quickstart-postgres.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This quickstart shows how to use [!INCLUDE[name-sos](../includes/name-sos-short.
2121
To complete this quickstart, you need [!INCLUDE[name-sos](../includes/name-sos-short.md)], the PostgreSQL extension for [!INCLUDE[name-sos](../includes/name-sos-short.md), and access to a PostgreSQL server.
2222

2323
- [Install [!INCLUDE[name-sos](../includes/name-sos-short.md)]](download.md).
24-
- [Install the PostgreSQL extension for (../includes/name-sos-short.md)](postgres-extension.md).
25-
- [Install PostgreSQL](https://www.postgresql.org/download/). Alternatively, you can create one in the cloud using [az postgres up](https://docs.microsoft.com/azure/postgresql/quickstart-create-server-up-azure-cli).
24+
- [Install the PostgreSQL extension for Azure Data Studio](postgres-extension.md).
25+
- [Install PostgreSQL](https://www.postgresql.org/download/). (Alternatively, you can create a Postgres database in the cloud using [az postgres up](https://docs.microsoft.com/azure/postgresql/quickstart-create-server-up-azure-cli)).
2626

2727
## Connect to PostgreSQL
2828

2929
1. Start **[!INCLUDE[name-sos](../includes/name-sos-short.md)]**.
3030

31-
2. The first time you start *[!INCLUDE[name-sos](../includes/name-sos-short.md)]* the **Connection** dialog opens. If the **Connection** dialog doesn't open, click the **New Connection** icon in the **SERVERS** page:
31+
2. The first time you start [!INCLUDE[name-sos](../includes/name-sos-short.md)] the **Connection** dialog opens. If the **Connection** dialog doesn't open, click the **New Connection** icon in the **SERVERS** page:
3232

3333
![New Connection Icon](media/quickstart-postgresql/new-connection-icon.png)
3434

@@ -69,7 +69,7 @@ The following steps create a database named **tutorialdb**:
6969
3. From the toolbar select **Run** to execute the query. Notifications appear in the **MESSAGES** pane to show query progress.
7070

7171
>[!TIP]
72-
> You can click **F5** on your keyboard to execute the statement instead of using **Run**.
72+
> You can use **F5** on your keyboard to execute the statement instead of using **Run**.
7373
7474
After the query completes, right-click **Databases** and select **Refresh** to see **tutorialdb** in the list under the **Databases** node.
7575

@@ -127,3 +127,6 @@ Paste the following snippet into the query window and click **Run**:
127127

128128
![View results](media/quickstart-postgresql/view-results.png)
129129

130+
## Next Steps
131+
132+
Learn about the [scenarios available for Postgres in Azure Data Studio](postgres-extension.md).

0 commit comments

Comments
 (0)