pg_lo_write conn fd buf len
Specifies a valid database connection.
File descriptor for the large object from pg_lo_open.
Specifies a valid string variable to write to the large object.
Specifies the maximum size of the string to write.
None
pg_lo_write writes at most len bytes to a large object from a variable buf.
buf must be the actual string to write, not a variable name.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.