This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
tell
Name
tell -- returns current position in the
large object
Synopsis
tell()
Return Type
- integer
-
Current position in the object.
Exceptions
- SyntaxError
-
Too many arguments.
- IOError
-
Object is not opened, or seek error.
- pg.error
-
Invalid connection or invalid object.
Description
tell()
method allows to get the
current position in the large object.