Skip to content

Commit 4c82284

Browse files
authored
Merge pull request #1932 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-databases-docs (branch main)
2 parents 59a3dd2 + c1c2607 commit 4c82284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/postgresql/flexible-server/generative-ai-azure-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you can enable `azure_ai` on your Azure Database for PostgreSQL flexible
3030
Then you can install the extension, by connecting to your target database and running the [CREATE EXTENSION](https://www.postgresql.org/docs/current/static/sql-createextension.html) command. You need to repeat the command separately for every database you want the extension to be available in.
3131

3232
```sql
33-
CREATE EXTENSION azure_ai;
33+
CREATE EXTENSION IF NOT EXISTS azure_ai;
3434
```
3535

3636
> [!NOTE]

0 commit comments

Comments
 (0)