Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita301582

Browse files
author
Neil Conway
committed
Fix typo in libpq docs.
1 parentf0c3a09 commita301582

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.153 2004/04/24 22:53:44 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.154 2004/04/24 22:58:40 neilc Exp $
33
-->
44

55
<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
1515

1616
<para>
1717
<application>libpq</application> is the <acronym>C</acronym>
18-
application programmer's interface to
19-
<productname>PostgreSQL</productname>. <application>libpq</application> is a set
20-
of library functions that allowclient programs to pass queries to the
21-
<productname>PostgreSQL</productname>backend server and to receive the
22-
results of these queries.<application>libpq</application> is also the
23-
underlying engine for severalother <productname>PostgreSQL</productname>
24-
application interfaces, includingthose written for C++, TCL, Perl, Python
25-
<application>ECPG</application>.So some aspects of <application>libpq</>'s behavior will be
18+
application programmer's interface to <productname>PostgreSQL</>.
19+
<application>libpq</> is a set of library functions that allow
20+
client programs to pass queries to the <productname>PostgreSQL</>
21+
backend server and to receive the results of these queries.
22+
<application>libpq</> is also the underlying engine for several
23+
other <productname>PostgreSQL</> application interfaces, including
24+
those written for C++, TCL, Perl, Python and <application>ECPG</>.
25+
So some aspects of <application>libpq</>'s behavior will be
2626
important to you if you use one of those packages.
2727
</para>
2828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp