From: Neil Conway Date: Sat, 24 Apr 2004 22:58:40 +0000 (+0000) Subject: Fix typo in libpq docs. X-Git-Tag: REL8_0_0BETA1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3015829ee0ec22917a5e1a6ee3432fa8ef3a811;p=postgresql Fix typo in libpq docs. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0d532a7844..99bba6059d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -15,14 +15,14 @@ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.153 2004/04/24 22:53:44 neilc Exp libpq is the C - application programmer's interface to - PostgreSQL. libpq is a set - of library functions that allow client programs to pass queries to the - PostgreSQL backend server and to receive the - results of these queries. libpq is also the - underlying engine for several other PostgreSQL - application interfaces, including those written for C++, TCL, Perl, Python - ECPG. So some aspects of libpq's behavior will be + application programmer's interface to PostgreSQL. + libpq is a set of library functions that allow + client programs to pass queries to the PostgreSQL + backend server and to receive the results of these queries. + libpq is also the underlying engine for several + other PostgreSQL application interfaces, including + those written for C++, TCL, Perl, Python and ECPG. + So some aspects of libpq's behavior will be important to you if you use one of those packages.