diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-04-09 09:45:06 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-04-09 09:47:25 +0300 |
commit | 140a4fbf1a87891a79a2c61a08416828d39f286a (patch) | |
tree | 6a4dfb06848ad898b15e2b5b84383056cb5a428f | |
parent | 3ae5133b1cf478d516666f2003bc68ba0edb84c7 (diff) | |
download | postgresql-140a4fbf1a87891a79a2c61a08416828d39f286a.tar.gz postgresql-140a4fbf1a87891a79a2c61a08416828d39f286a.zip |
Remove link to ODBCng project from the docs.
Thom Browne pointed out that the URL was out of date, and Devrim GÜNDÜZ
pointed out that the project isn't maintained anymore.
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index fd1685e3945..91fe8f586da 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -103,13 +103,6 @@ </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> <entry></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> |