From 8aa5a5a3dea4af7a71d3a74cb60da9b0ff472267 Mon Sep 17 00:00:00 2001 From: Renato Assis Date: Wed, 21 Jun 2017 09:50:33 -0300 Subject: [PATCH] Add pg_bulkload - It's a high speed data loading utility for PostgreSQL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e0fb9e..11e42d5 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ * [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery. * [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`. * [ZSON](https://github.com/postgrespro/zson) - PostgreSQL extension for transparent JSONB compression +* [pg_bulkload](http://ossc-db.github.io/pg_bulkload/index.html) - It's a high speed data loading utility for PostgreSQL. ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)