|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.7 2002/09/2321:10:12 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.8 2002/09/2323:20:38 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="pygresql">
|
4 | 4 | <title><application>PyGreSQL</application> - <application>Python</application> Interface</title>
|
@@ -4094,7 +4094,7 @@ seek(<parameter>offset</parameter>, <parameter>whence</parameter>)
|
4094 | 4094 | <para>
|
4095 | 4095 | <function>seek()</function> method allows to move the cursor position
|
4096 | 4096 | in the large object. The whence parameter can be obtained by OR-ing the constants defined in the
|
4097 |
| - <literal>pg</literal> module (<literal>SEEK_SET</>, <>SEEK_CUR</>, <>SEEK_END</literal>). |
| 4097 | + <literal>pg</literal> module (<literal>SEEK_SET</>, <literal>SEEK_CUR</>, <literal>SEEK_END</literal>). |
4098 | 4098 | </para>
|
4099 | 4099 | </refsect1>
|
4100 | 4100 |
|
|