This file is indexed.

/usr/share/doc/odbc-postgresql/docs/index.html is in odbc-postgresql 1:09.00.0310-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>psqlODBC</title>
  </head>

  <body>

<table width=100% border=0 cellpadding=3 cellspacing=0>
<tr>
<td bgcolor="#004040" align=left height=32>
<font size=+3 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
<b>psqlODBC</b>
</font>
</td>
</tr>
</table>

<hr>
<h2>Introduction</h2>

<p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver.</p>
<p>The source code for this driver was originally adopted from version 0.20 of PostODBC. The
authors at that time were Christian Czezatke and Dan McGuirk.  Later it was maintained by Julie Ann Case.</p>

<p>As part of a commercial research project,
the developers at <a href="http://www.insightdist.com">Insight Distributions
System</a> overhauled the driver. Their goal was to make the driver
commercially viable. In keeping with the spirit with which
the original source was acquired, Insight published their work at this
location. Some time later and after some discussion with members
of the PostgreSQL organization, psqlODBC was adapted as the part of the
PostgreSQL source distribution. The driver continued to be maintained by 
Byron Nikolaidis, the developer at Insight who overhauled the driver for some time.</p>

<p>The driver is currently maintained by a number of contributors to the
PostgreSQL project. 
It is developed and supported through the 
<a href="http://archives.postgresql.org/pgsql-odbc/">pgsql-odbc@postgresql.org</a> mailing list.</p>

<p>psqlODBC is released under the <a href="http://www.opensource.org/licenses/lgpl-license.php">Library General Public Licence</a>, or LGPL.</p>

<hr>
<h2>psqlODBC Documentation</h2>

<p>The following documents contain various bits of useful information. Please send any additional 
documentation, or report errors/omissions to 
<a href="mailto:pgsql-odbc@postgresql.org">pgsql-odbc@postgresql.org</a></p>

<ul>
  <li><a href="config.html">Notes on the various configuration settings.</a><br>&nbsp;</li>

  <li><a href="win32-compilation.html">Compiling psqlODBC on Win32 systems.</a><br>&nbsp;</li>
  
  <li><a href="unix-compilation.html">Compiling psqlODBC on Unix systems.</a><br>&nbsp;</li>
  
  <li><a href="faq.html">Frequently Asked Questions (FAQ).</a><br>&nbsp;</li>

  <li><a href="release.html">Release notes.</a><br>&nbsp;</li>
</ul>

<hr>
<h2>psqlODBC HOWTOs</h2>

<p>The following HOWTOs have been contributed by various people. If you wish to add to the 
collection, please send your contribution to 
<a href="mailto:pgsql-odbc@postgresql.org">pgsql-odbc@postgresql.org</a></p>

<ul>
  <li><a href="howto-csharp.html">Example based Mini-Howto on Accessing PostgreSQL from C#</a><br>&nbsp;</li>

  <li><a href="howto-ch.html">Example based Mini-Howto on Accessing PostgreSQL from Ch</a><br>&nbsp;</li>
  
  <li><a href="howto-accesslo.html">Using large objects in Microsoft Access (notes from the original psqlODBC docs)</a><br>&nbsp;</li>

  <li><a href="howto-accessvba.html">Example based Mini-Howto on using Microsoft Access VBA with PostgreSQL</a><br>&nbsp;</li>

  <li><a href="howto-vb.html">Example based Mini-Howto on Accessing PostgreSQL from Visual Basic</a><br>&nbsp;</li>

  <li><a href="howto-vblo.html">Example based Mini-Howto on Pgsql Large Objects Interface and Visual Basic</a><br>&nbsp;</li>

  <li><a href="howto-bo.html">PostgreSQL and Business Objects</a><br>&nbsp;</li>

</ul>

<hr>
<h2>Acknowledgements</h2>

<h3>OpenSSL</h3>
<p>This product includes software developed by the OpenSSL Project for 
use in the OpenSSL Toolkit (<a href="http://www.openssl.org/">http://www.openssl.org/</a>).</p>

<h3>MIT Kerberos</h3>
<p>This product includes Kerberos software developed by the Massachusetts Institute of Technology 
(<a href="http://web.mit.edu/kerberos/">http://web.mit.edu/kerberos/</a>):</p>

<p>Copyright 1992-2004 by the Massachusetts Institute of Technology. All rights reserved. </p>

<p>THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 
IMPLIED. By way of example, but not limitation, M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES OF 
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE OR 
DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. </p>


</body>
</html>