From ce81f577a919efb0f44cb9ff9fb50fbe401707e7 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 27 Sep 2021 21:50:27 -0700 Subject: [PATCH] Clarify that `COPY` is a specific command COPY is a specific postgres command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73232044..6cec13f4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ pgx supports many features beyond what is available through `database/sql`: * Single-round trip query mode * Full TLS connection control * Binary format support for custom types (allows for much quicker encoding/decoding) -* Copy protocol support for faster bulk data loads +* COPY protocol support for faster bulk data loads * Extendable logging support including built-in support for `log15adapter`, [`logrus`](https://github.com/sirupsen/logrus), [`zap`](https://github.com/uber-go/zap), and [`zerolog`](https://github.com/rs/zerolog) * Connection pool with after-connect hook for arbitrary connection setup * Listen / notify