From 33797541cfeed3e20cba15d77f4267bb9990d99d Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Fri, 23 Mar 2018 14:45:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd40db4..850c32d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ For Database Management ### Utilities * [apgdiff](https://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one. * [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases. -* [ldap2pg](https://github.com/dalibo/ldap2pg) - synchronize roles and privileges from YML and LDAP. +* [ldap2pg](https://github.com/dalibo/ldap2pg) - Synchronize roles and privileges from YML and LDAP. * [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script. * [ora2pg](http://ora2pg.darold.net) - Perl module to export an Oracle database schema to a PostgreSQL compatible schema. * [pg\_activity](https://github.com/julmon/pg_activity) - top like application for PostgreSQL server activity monitoring.