From 8cb4cebca3cd971e0b45e38b615993650804ac73 Mon Sep 17 00:00:00 2001 From: "Dickson S. Guedes" Date: Mon, 1 Apr 2013 20:37:22 -0300 Subject: [PATCH] last commit --- META.json | 2 +- README.md | 2 +- doc/ldap_fdw.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 267d9b0..72f85c7 100644 --- a/META.json +++ b/META.json @@ -1,6 +1,6 @@ { "name": "ldap_fdw", - "abstract": "LDAP Foreign Data Wrapper for PostgreSQL 9.1+", + "abstract": "LDAP Foreign Data Wrapper for PostgreSQL 9.2", "description": "LDAP Foreign Data Wrapper allow your PostgreSQL to query a LDAP server and retrieve data from some pre-configured Organizational Unit", "version": "0.1.0", "maintainer": "Dickson S. Guedes ", diff --git a/README.md b/README.md index f2801cd..2711ef7 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,4 @@ Copyright and License This software is released under the PostgreSQL Licence. -Copyright (c) 2011 Dickson S. Guedes. +Copyright (c) 2011-2013 Dickson S. Guedes. diff --git a/doc/ldap_fdw.md b/doc/ldap_fdw.md index 2b68751..8f3cc10 100644 --- a/doc/ldap_fdw.md +++ b/doc/ldap_fdw.md @@ -9,7 +9,7 @@ A PostgreSQL's Foreign Data Wrapper (FDW) to query LDAP servers. Warnings -------- -* **DO NOT USE IT ON PRODUCTION**: It is not production ready but you could test it in your test +* **USE WITH CAUTION**: It is not production ready but you could test it in your test server and help us to improve it; * it not implements limits *yet*, so if you do a `select * from ldap_table` it will fetch all records from LDAP server. Some LDAP servers limits this to 500; * by now it only supports two columns: `dn` and `object_body` where the former is populated with the DN and the last with the LDAP entry converted to a Hstore compatible format;