projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0818dbc
)
libpq++.sgml fixes from Tom Vijlbrief
author
Bruce Momjian
Wed, 19 Apr 2000 21:21:38 +0000
(21:21 +0000)
committer
Bruce Momjian
Wed, 19 Apr 2000 21:21:38 +0000
(21:21 +0000)
doc/src/sgml/libpq++.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq++.sgml
b/doc/src/sgml/libpq++.sgml
index 518f717f391caa35a9eb568d6330692ac5eaa4fc..7acb1201e41e313a5ca0a3dcffc4d13e49333c74 100644
(file)
--- a/
doc/src/sgml/libpq++.sgml
+++ b/
doc/src/sgml/libpq++.sgml
@@
-1,5
+1,5
@@
@@
-736,11
+736,11
@@
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.14 2000/04/14 15:10:
PgDatabase data;
data.Exec("create table foo (a int4, b char(16), d float8)");
data.Exec("copy foo from stdin");
-data.
putline("3\etHello World\et4.5\e
n");
-data.
putline("4\etGoodbye World\et7.11\e
n");
+data.
PutLine("3\tHello World\t4.5\
n");
+data.
PutLine("4\tGoodbye World\t7.11\
n");
&...
-data.
putline(".\e
n");
-data.
endc
opy();
+data.
PutLine("\\.\
n");
+data.
EndC
opy();