pg_lo_write Write to a large object &reftitle.description; intfalsepg_lo_write PgSql\Loblob stringdata intnulllength&null; pg_lo_write writes data into a large object at the current seek position. To use the large object interface, it is necessary to enclose it within a transaction block. This function used to be called pg_lowrite. &reftitle.parameters; lob &pgsql.parameter.lob; data The data to be written to the large object. If length is an int and is less than the length of data, only length bytes will be written. length An optional maximum number of bytes to write. Must be greater than zero and no greater than the length of data. Defaults to the length of data. &reftitle.returnvalues; The number of bytes written to the large object, or &false; on error. &reftitle.changelog; &Version; &Description; &pgsql.changelog.lob-object; 8.0.0 length is now nullable. &reftitle.examples; <function>pg_lo_write</function> example ]]> &reftitle.seealso; pg_lo_create pg_lo_open