~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to drivers/pgsql/dbd_pgsql/f30.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 09:00:11 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802090011-j05v2349u2ptvg05
Tags: 0.8.2-1-4.1
* Non-maintainer upload with maintainer's approval.
* High urgency upload for RC bugfix.
* Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
  AC_FIND_FILE() checks for files that *aren't used during the build*;
  fixes a build failure with FreeTDS 0.82.  Closes: #493349.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML
 
2
><HEAD
 
3
><TITLE
 
4
>Preface</TITLE
 
5
><META
 
6
NAME="GENERATOR"
 
7
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
 
8
"><LINK
 
9
REL="HOME"
 
10
TITLE="PostgreSQL Driver Notes"
 
11
HREF="index.html"><LINK
 
12
REL="PREVIOUS"
 
13
TITLE="PostgreSQL Driver Notes"
 
14
HREF="index.html"><LINK
 
15
REL="NEXT"
 
16
TITLE="Introduction"
 
17
HREF="intro.html"></HEAD
 
18
><BODY
 
19
CLASS="PREFACE"
 
20
BGCOLOR="#FFFFFF"
 
21
TEXT="#000000"
 
22
LINK="#0000FF"
 
23
VLINK="#840084"
 
24
ALINK="#0000FF"
 
25
><DIV
 
26
CLASS="NAVHEADER"
 
27
><TABLE
 
28
SUMMARY="Header navigation table"
 
29
WIDTH="100%"
 
30
BORDER="0"
 
31
CELLPADDING="0"
 
32
CELLSPACING="0"
 
33
><TR
 
34
><TH
 
35
COLSPAN="3"
 
36
ALIGN="center"
 
37
>PostgreSQL Driver Notes: Details about the libdbi driver providing support for PostgreSQL backends</TH
 
38
></TR
 
39
><TR
 
40
><TD
 
41
WIDTH="10%"
 
42
ALIGN="left"
 
43
VALIGN="bottom"
 
44
><A
 
45
HREF="index.html"
 
46
ACCESSKEY="P"
 
47
>Prev</A
 
48
></TD
 
49
><TD
 
50
WIDTH="80%"
 
51
ALIGN="center"
 
52
VALIGN="bottom"
 
53
></TD
 
54
><TD
 
55
WIDTH="10%"
 
56
ALIGN="right"
 
57
VALIGN="bottom"
 
58
><A
 
59
HREF="intro.html"
 
60
ACCESSKEY="N"
 
61
>Next</A
 
62
></TD
 
63
></TR
 
64
></TABLE
 
65
><HR
 
66
ALIGN="LEFT"
 
67
WIDTH="100%"></DIV
 
68
><DIV
 
69
CLASS="PREFACE"
 
70
><H1
 
71
><A
 
72
NAME="AEN30">Preface</H1
 
73
><P
 
74
>               <A
 
75
HREF="http://libdbi.sourceforge.net"
 
76
TARGET="_top"
 
77
>libdbi</A
 
78
> is a database abstraction
 
79
                layer written in C. It implements a framework that can utilize
 
80
                separate driver libraries for specific database servers. The <A
 
81
HREF="http://libdbi-drivers.sourceforge.net"
 
82
TARGET="_top"
 
83
>libdbi-drivers</A
 
84
> project provides the drivers
 
85
                necessary to talk to the supported database servers.
 
86
        </P
 
87
><P
 
88
>               This manual provides information about the pgsql driver, which
 
89
                provides support for PostgreSQL databases. The manual is
 
90
                intended for programmers who write applications linked against libdbi
 
91
                and who want their applications to use this database backend.
 
92
        </P
 
93
><P
 
94
>               Questions and comments about this driver should be sent to the
 
95
                libdbi-drivers-devel mailing list (see the <A
 
96
HREF="http://libdbi-drivers.sourceforge.net"
 
97
TARGET="_top"
 
98
>website</A
 
99
>). Questions and comments about the libdbi
 
100
                library should be sent to the appropriate libdbi mailing list.
 
101
        </P
 
102
><P
 
103
>               This driver is maintained by <A
 
104
HREF="mailto:david@neongoat.com"
 
105
TARGET="_top"
 
106
>David A. Parker</A
 
107
>.
 
108
        </P
 
109
></DIV
 
110
><DIV
 
111
CLASS="NAVFOOTER"
 
112
><HR
 
113
ALIGN="LEFT"
 
114
WIDTH="100%"><TABLE
 
115
SUMMARY="Footer navigation table"
 
116
WIDTH="100%"
 
117
BORDER="0"
 
118
CELLPADDING="0"
 
119
CELLSPACING="0"
 
120
><TR
 
121
><TD
 
122
WIDTH="33%"
 
123
ALIGN="left"
 
124
VALIGN="top"
 
125
><A
 
126
HREF="index.html"
 
127
ACCESSKEY="P"
 
128
>Prev</A
 
129
></TD
 
130
><TD
 
131
WIDTH="34%"
 
132
ALIGN="center"
 
133
VALIGN="top"
 
134
><A
 
135
HREF="index.html"
 
136
ACCESSKEY="H"
 
137
>Home</A
 
138
></TD
 
139
><TD
 
140
WIDTH="33%"
 
141
ALIGN="right"
 
142
VALIGN="top"
 
143
><A
 
144
HREF="intro.html"
 
145
ACCESSKEY="N"
 
146
>Next</A
 
147
></TD
 
148
></TR
 
149
><TR
 
150
><TD
 
151
WIDTH="33%"
 
152
ALIGN="left"
 
153
VALIGN="top"
 
154
>PostgreSQL Driver Notes</TD
 
155
><TD
 
156
WIDTH="34%"
 
157
ALIGN="center"
 
158
VALIGN="top"
 
159
>&nbsp;</TD
 
160
><TD
 
161
WIDTH="33%"
 
162
ALIGN="right"
 
163
VALIGN="top"
 
164
>Introduction</TD
 
165
></TR
 
166
></TABLE
 
167
></DIV
 
168
></BODY
 
169
></HTML
 
170
>
 
 
b'\\ No newline at end of file'