mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo in libpq docs.
This commit is contained in:
parent
f0c3a09ab3
commit
a3015829ee
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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
|
|||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user