mirror of https://github.com/jackc/pgx.git
Clarify that `COPY` is a specific command
COPY is a specific postgres command.pull/1098/head
parent
b28c053c39
commit
ce81f577a9
|
@ -73,7 +73,7 @@ pgx supports many features beyond what is available through `database/sql`:
|
||||||
* Single-round trip query mode
|
* Single-round trip query mode
|
||||||
* Full TLS connection control
|
* Full TLS connection control
|
||||||
* Binary format support for custom types (allows for much quicker encoding/decoding)
|
* 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)
|
* 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
|
* Connection pool with after-connect hook for arbitrary connection setup
|
||||||
* Listen / notify
|
* Listen / notify
|
||||||
|
|
Loading…
Reference in New Issue