diff options
Diffstat (limited to 'doc/src/sgml/lobj.sgml')
-rw-r--r-- | doc/src/sgml/lobj.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index f79c474ab2a..3d9be58b6a7 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -556,7 +556,7 @@ int lo_unlink(PGconn *conn, Oid lobjId); Create a large object and store data there, returning its OID. Pass <literal>0</> to have the system choose an OID. </entry> - <entry><literal>lo_from_bytea(0, E'\\xffffff00')</literal></entry> + <entry><literal>lo_from_bytea(0, '\xffffff00')</literal></entry> <entry><literal>24528</literal></entry> </row> @@ -571,7 +571,7 @@ int lo_unlink(PGconn *conn, Oid lobjId); <entry> Write data at the given offset. </entry> - <entry><literal>lo_put(24528, 1, E'\\xaa')</literal></entry> + <entry><literal>lo_put(24528, 1, '\xaa')</literal></entry> <entry></entry> </row> |