|


|
|
pg_lowritepg_lowrite -- write a large object Descriptionint pg_lowrite(int fd, string buf); pg_lowrite() writes at most to a large object
from a variable buf and returns the number
of bytes actually written, or false in the case of an error.
fd is a file descriptor for the large
object from pg_loopen().
|