Skip to content

Commit 7bc51d8

Browse files
Merge pull request #4995 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-15 22:06 UTC
2 parents af85e22 + afc1d41 commit 7bc51d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/postgresql/developer/vs-code-extension/vs-code-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These tools and resources help you follow along with this article and make the m
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/) installed on your machine.
3131
- PostgreSQL database installed locally or hosted in the [cloud](../../flexible-server/quickstart-create-server.md).
32-
- [PostgreSQL extension](https://marketplace.visualstudio.com/items?itemName=ms-ossdata.vscode-postgresql) installed in Visual Studio Code.
32+
- [PostgreSQL extension](https://marketplace.visualstudio.com/items?itemName=ms-ossdata.vscode-pgsql) installed in Visual Studio Code.
3333
- [GitHub Copilot extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
3434
- [GitHub Copilot Chat extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) installed.
3535
- [Azure account](../../flexible-server/how-to-deploy-on-azure-free-account.md) for connecting to cloud-hosted databases (optional).

articles/postgresql/extensions/how-to-configure-azure-storage-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To initialize the encryption key with which all sensitive credentials used to au
210210
> Make sure you change `<strong passphrase>` with your own strong secret.
211211
212212
```sql
213-
ALTER DATABASE <database_with_created_extension> azure_storage.credential_encryption_key = '<strong_passphrase>';
213+
ALTER DATABASE <database_with_created_extension> SET azure_storage.credential_encryption_key = '<strong_passphrase>';
214214
```
215215

216216
Note that if you create the extension in multiple databases, you must initialize the value of `azure_storage.credential_encryption_key` at the database level, so all sensitive credentials kept in that database are encrypted using the same key.

0 commit comments

Comments
 (0)