pg_lo_seek() seeks a position within a large object resource.
To use the large object interface, it is necessary to enclose it within a transaction block.
PostgreSQL large object (LOB) resource, returned by pg_lo_open().
The number of bytes to seek.
One of the constants PGSQL_SEEK_SET (seek from object start), PGSQL_SEEK_CUR (seek from current position) or PGSQL_SEEK_END (seek from object end) .
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Пред. | Начало | След. |
pg_lo_read | Уровень выше | pg_lo_tell |