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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
<head>
<title>psqlodbc - PostgreSQL ODBC driver</title>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
<meta name="copyright" content="The PostgreSQL Global Development Group" />
<style type="text/css" media="screen" title="Normal Text">@import url("/media/css/base.css");
#psqlodbcMain {
margin-top: 10px;
}
</style>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div id="pgContainerWrap">
<div id="pgContainer">
<span class="txtOffScreen"><a href="#pgContent" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
<span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
<div id="pgHeaderContainer">
<div id="pgHeader">
<div id="pgHeaderLogoLeft">
<a href="http://www.postgresql.org/"><img alt="PostgreSQL" height="80" width="230" src="/media/img/layout/hdr_left.png" /></a>
</div>
<div id="pgHeaderLogoRight">
<a href="/"><img width="210" height="80" alt="The world's most advanced open source database." src="/media/img/layout/hdr_right.png" /></a>
</div>
</div> <!-- pgHeader -->
<div id="pgTopNav">
<div id="pgTopNavLeft"><img width="7" style="height: 100%;" alt="" src="/media/img/layout/nav_lft.png" /></div>
<div id="pgTopNavRight"><img width="7" style="height: 100%;" alt="" src="/media/img/layout/nav_rgt.png" /></div>
<ul id="pgTopNavList">
<li><a href="/" title="Home">psqlODBC Home</a></li>
<li><a href="https://www.postgresql.org/ftp/odbc/releases/" title="Download">Download</a></li>
<li><a href="http://www.postgresql.org/list/pgsql-odbc/" title="Mailing list">Mailing list</a></li>
<li><a href="https://github.com/postgresql-interfaces/psqlodbc" title="Source code">Source code</a></li>
</ul>
</div> <!-- pgTopNav -->
</div> <!-- pgHeaderContainer -->
<div id="pgContent">
<div id="psqlodbcMain">
<h1>psqlODBC - PostgreSQL ODBC driver</h1>
<p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver. It is released under the <a href="https://opensource.org/license/lgpl-license-html/">Library General Public Licence</a>, or LGPL.</p>
<p>Downloads are available in source and binary formats at the <a href="https://www.postgresql.org/ftp/odbc/releases/">PostgreSQL downloads site</a>
<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="docs/config.html">Notes on the various configuration settings.</a><br> </li>
<li><a href="docs/win32-compilation.html">Compiling psqlODBC on Win32 systems.</a><br> </li>
<li><a href="docs/unix-compilation.html">Compiling psqlODBC on Unix systems.</a><br> </li>
<li><a href="faq.html">Frequently Asked Questions (FAQ).</a><br> </li>
<li><a href="docs/release.html">Release notes.</a><br> </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> </li>
<li><a href="howto-ch.html">Example based Mini-Howto on Accessing PostgreSQL from Ch</a><br> </li>
<li><a href="howto-accesslo.html">Using large objects in Microsoft Access (notes from the original psqlODBC docs)</a><br> </li>
<li><a href="howto-accessvba.html">Example based Mini-Howto on using Microsoft Access VBA with PostgreSQL</a><br> </li>
<li><a href="howto-vb.html">Example based Mini-Howto on Accessing PostgreSQL from Visual Basic</a><br> </li>
<li><a href="howto-vblo.html">Example based Mini-Howto on Pgsql Large Objects Interface and Visual Basic</a><br> </li>
<li><a href="howto-bo.html">PostgreSQL and Business Objects</a><br> </li>
</ul>
<hr>
<h2>psqlODBC Development</h2>
<p>Previously psqlODBC was developed and supported through the
<a href="http://www.postgresql.org/list/pgsql-odbc/">pgsql-odbc@postgresql.org</a> mailing list.</p>
However we have moved the project to <a href="https://github.com/postgresql-interfaces/psqlodbc">GitHub psqlODBC</a> please file issues <a href="https://github.com/postgresql-interfaces/psqlodbc/issues">here</a>
<p>We will continue to monitor the pgsql-odbc mailing list however it's preferable to use GitHub.</p>
<p>You can browse the source code at the psqlODBC git repository at <a href="https://github.com/postgresql-interfaces/psqlodbc">postgresql-interfaces/psqlodbc</a>. The source for this website is at the <a href="http://git.postgresql.org/gitweb/?p=psqlodbc-www.git">psqlodbc-www<a> git repository</p>
<p>A backup of the old CVS repository can be found <a href="/backups/psqlodbc-cvs.tar.bz2">here</a>.</p>
<hr>
<h2>psqlODBC History</h2>
<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 Insight Distributions
System 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 their
website. 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.</p>
<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>
</div> <!-- pgContentWrap -->
<br class="pgClearBoth" />
</div> <!-- pgContent -->
<div id="pgFooter">
<a class="navFooter" href="http://www.postgresql.org/about/privacypolicy">Privacy Policy</a> |
<a class="navFooter" href="http://www.postgresql.org/about/">About PostgreSQL</a><br/>
Copyright © 1996-2024 The PostgreSQL Global Development Group
</div> <!-- pgFooter -->
</div>
</div> <!-- pgContainerWrap -->
</body>
</html>
|