Skip to content

Commit e062500

Browse files
authored
Remove parens
1 parent cf27cbb commit e062500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/using-extensions-in-postgresql-hyperscale-server-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For details about that are `shared_preload_libraries`, read the PostgreSQL docum
5555

5656
### Add an extension at the creation time of a server group
5757
```azurecli
58-
az postgres arc-server create -n <name of your postgresql server group> --extensions <extension names> --k8s-namespace <namespace> --use-k8s (((((((((((((((((((((((((((((((((((())))))))))))))))))))))))))))))))))))
58+
az postgres arc-server create -n <name of your postgresql server group> --extensions <extension names> --k8s-namespace <namespace> --use-k8s
5959
```
6060
### Add an extension to an instance that already exists
6161
```azurecli

0 commit comments

Comments
 (0)