Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0156fdf

Browse files
committed
libpq++.sgml fixes from Tom Vijlbrief
1 parent 0818dbc commit 0156fdf

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)