From: Magnus Hagander <magnus@hagander.net>
Date: Thu, 3 May 2012 11:01:31 +0000 (+0200)
Subject: Remove link to ODBCng project from the docs.
X-Git-Tag: REL9_0_8~22
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c412da46d9e36ab19c42ec6fb66139dbc30c3e;p=postgresql

Remove link to ODBCng project from the docs.

This backatches Heikki's patch in 140a4fbf1a87891a79a2c61a08416828d39f286a
to make sure the documentation on the website gets updated, since
we're regularly receiving complains about this link.
---

diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 1605deb46c..251ed0f278 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -102,13 +102,6 @@
       <entry><ulink url="http://npgsql.projects.postgresql.org/">http://npgsql.projects.postgresql.org/</ulink></entry>
      </row>
 
-     <row>
-      <entry>ODBCng</entry>
-      <entry>ODBC</entry>
-      <entry>An alternative ODBC driver</entry>
-      <entry><ulink url="http://projects.commandprompt.com/public/odbcng/">http://projects.commandprompt.com/public/odbcng/</ulink></entry>
-     </row>
-
      <row>
       <entry>pgtclng</entry>
       <entry>Tcl</entry>
@@ -119,7 +112,7 @@
      <row>
       <entry>psqlODBC</entry>
       <entry>ODBC</entry>
-      <entry>The most commonly-used ODBC driver</entry>
+      <entry>ODBC driver</entry>
       <entry><ulink url="http://psqlodbc.projects.postgresql.org/">http://psqlodbc.projects.postgresql.org/</ulink></entry>
      </row>