Skip to content
Snippets Groups Projects
Commit a3015829 authored by Neil Conway's avatar Neil Conway
Browse files

Fix typo in libpq docs.

parent f0c3a09a
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.153 2004/04/24 22:53:44 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.154 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment