projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
233ecca
)
Fix broken markup.
author
Tom Lane
Mon, 23 Sep 2002 23:20:38 +0000
(23:20 +0000)
committer
Tom Lane
Mon, 23 Sep 2002 23:20:38 +0000
(23:20 +0000)
doc/src/sgml/pygresql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pygresql.sgml
b/doc/src/sgml/pygresql.sgml
index e739e3d5e06af1c2d17e026ddd8d62fb9adb919a..8a002036bbf0c9453ff2e0a400053595b5746925 100644
(file)
--- a/
doc/src/sgml/pygresql.sgml
+++ b/
doc/src/sgml/pygresql.sgml
@@
-1,4
+1,4
@@
-
+
PyGreSQL
-
Python
Interface
@@
-4094,7
+4094,7
@@
seek(
offset
,
whence
)
seek()
method allows to move the cursor position
in the large object. The whence parameter can be obtained by OR-ing the constants defined in the
-
pg
module (
SEEK_SET>, <
>SEEK_CUR>, <
>SEEK_END
).
+
pg
module (
SEEK_SET>, <
literal>SEEK_CUR>,
>SEEK_END
).