diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 05a9310991..cdeafdddfe 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -600,7 +600,7 @@ int lo_unlink(PGconn *conn, Oid lobjId); client-side functions are simply interfaces to the equivalent server-side functions. The ones just as convenient to call via SQL commands are lo_creatlo_creat, - lo_createlo_create, + lo_create, lo_unlinklo_unlink, lo_importlo_import, and lo_exportlo_export.