projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa398e5
)
fix typo.
author
Tatsuo Ishii
Mon, 10 Sep 2001 03:02:06 +0000
(
03:02
+0000)
committer
Tatsuo Ishii
Mon, 10 Sep 2001 03:02:06 +0000
(
03:02
+0000)
doc/src/sgml/lobj.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/lobj.sgml
b/doc/src/sgml/lobj.sgml
index e452233966715f8173c9db0ef546b1ac09c5f5c9..82d115b6384453e698d8928bac2dae215d36f737 100644
(file)
--- a/
doc/src/sgml/lobj.sgml
+++ b/
doc/src/sgml/lobj.sgml
@@
-1,5
+1,5
@@
@@
-204,7
+204,7
@@
int lo_write(PGconn *conn, int fd, const char *buf, size_t len)
int lo_read(PGconn *conn, int fd, char *buf, size_t len)
- reads len bytes from large object fd into b
y
f. The fd
+ reads len bytes from large object fd into b
u
f. The fd
argument must have been returned by a previous
lo_open
.
The number of bytes actually read is returned. In
the event of an error, the return value is negative.