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

Commitff5e8a2

Browse files
committed
Fix typo.
1 parente539026 commitff5e8a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.67 2001/08/28 14:20:25 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.68 2001/09/04 00:18:18 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -1999,17 +1999,17 @@ call <function>fe_setauthsvc</function> at all.
19991999

20002000
<para>
20012001
To build (i.e., compile and link) your libpq programs you need to
2002-
do the following things:
2002+
doall ofthe following things:
20032003

20042004
<itemizedlist>
20052005
<listitem>
20062006
<para>
20072007
Include the <filename>libpq-fe.h</filename> header file:
20082008
<programlisting>
2009-
#include &lt;libpq-fe&gt;
2009+
#include &lt;libpq-fe.h&gt;
20102010
</programlisting>
20112011
If you failed to do that then you will normally get error
2012-
messages from your compiler, such as
2012+
messages from your compiler similar to
20132013
<screen>
20142014
foo.c: In function `main':
20152015
foo.c:34: `PGconn' undeclared (first use in this function)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp