Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a3015829
Commit
a3015829
authored
Apr 24, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in libpq docs.
parent
f0c3a09a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+9
-9
No files found.
doc/src/sgml/libpq.sgml
View file @
a3015829
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
3 2004/04/24 22:53:44
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
4 2004/04/24 22:58:40
neilc Exp $
-->
-->
<chapter id="libpq">
<chapter id="libpq">
...
@@ -15,14 +15,14 @@ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.153 2004/04/24 22:53:44 neilc Exp
...
@@ -15,14 +15,14 @@ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.153 2004/04/24 22:53:44 neilc Exp
<para>
<para>
<application>libpq</application> is the <acronym>C</acronym>
<application>libpq</application> is the <acronym>C</acronym>
application programmer's interface to
application programmer's interface to
<productname>PostgreSQL</>.
<
productname>PostgreSQL</productname>. <application>libpq</application> is a set
<
application>libpq</> is a set of library functions that allow
of library functions that allow client programs to pass queries to the
client programs to pass queries to the <productname>PostgreSQL</>
<productname>PostgreSQL</productname> backend server and to receive the
backend server and to receive the results of these queries.
results of these queries. <application>libpq</application> is also the
<application>libpq</> is also the underlying engine for several
underlying engine for several other <productname>PostgreSQL</productname>
other <productname>PostgreSQL</> application interfaces, including
application interfaces, including those written for C++, TCL, Perl, Python
those written for C++, TCL, Perl, Python and <application>ECPG</>.
<application>ECPG</application>.
So some aspects of <application>libpq</>'s behavior will be
So some aspects of <application>libpq</>'s behavior will be
important to you if you use one of those packages.
important to you if you use one of those packages.
</para>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment