Skip to content

Commit a8ed897

Browse files
committed
Changes to comply by MSFT documentation guidelines
1 parent 38f6580 commit a8ed897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/postgresql/reference-copy-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COPY command
2+
title: COPY command on Azure Cosmos DB for PostgreSQL
33
description: Reference documentation on usage of COPY command
44
ms.author: avijitgupta
55
author: AvijitkGupta
@@ -13,7 +13,7 @@ ms.date: 06/16/2023
1313

1414
The [COPY](https://www.postgresql.org/docs/current/sql-copy.html) command is used to move data between files and database tables. `COPY` is a server-based command that requires access to the disk, usually limited to server administrators. However, Azure Cosmos DB for PostgreSQL operates as a Platform-as-a-Service (PaaS) solution, which means that users aren't granted superuser privileges. `COPY` command is thus not fully supported on the platform.
1515

16-
Alternatively, `\COPY` is a command available in psql and other client interfaces that facilitates direct interaction with the local file system of the machine where it is executed.
16+
Alternatively, `\COPY` is a command available in `psql` and other client interfaces that facilitates direct interaction with the local file system of the machine where it is executed.
1717

1818
## Azure Blob Storage support
1919

@@ -51,7 +51,7 @@ Currently the extension supports the following file formats:
5151
Learn more around usage of pg_azure_storage extension.
5252

5353
> [!div class="nextstepaction"]
54-
> [Reference azure_storage functions](reference-pg-azure-storage.md).
54+
> [Reference azure_storage functions](reference-pg-azure-storage.md)
5555
5656
> [!div class="nextstepaction"]
5757
> [How to ingest data using pg_azure_storage](howto-ingest-azure-blob-storage.md)

0 commit comments

Comments
 (0)