Merge pull request #172 from renatoassis/master

Add  pg_bulkload - It's a high speed data loading utility for Postgres
This commit is contained in:
Asad Dhamani 2017-11-07 20:11:31 +05:30 committed by GitHub
commit ee67a78ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,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)