Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
a3015829
Commit
a3015829
authored
20 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in libpq docs.
parent
f0c3a09a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/libpq.sgml
+9
-9
9 additions, 9 deletions
doc/src/sgml/libpq.sgml
with
9 additions
and
9 deletions
doc/src/sgml/libpq.sgml
+
9
−
9
View file @
a3015829
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
3
2004/04/24 22:5
3
:4
4
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
4
2004/04/24 22:5
8
:4
0
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment