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

Commit0156fdf

Browse files
committed
libpq++.sgml fixes from Tom Vijlbrief
1 parent0818dbc commit0156fdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/libpq++.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.14 2000/04/14 15:10:57 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.15 2000/04/19 21:21:38 momjian Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -736,11 +736,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.14 2000/04/14 15:10:
736736
PgDatabase data;
737737
data.Exec("create table foo (a int4, b char(16), d float8)");
738738
data.Exec("copy foo from stdin");
739-
data.putline("3\etHello World\et4.5\en");
740-
data.putline("4\etGoodbye World\et7.11\en");
739+
data.PutLine("3\tHello World\t4.5\n");
740+
data.PutLine("4\tGoodbye World\t7.11\n");
741741
&amp;...
742-
data.putline(".\en");
743-
data.endcopy();
742+
data.PutLine("\\.\n");
743+
data.EndCopy();
744744
</programlisting>
745745
</para>
746746
</sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp