diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index c8ed458dbb5f22668386cdab21e46a4ddb902d38..ae36251ee3ae2caf87743ecf851909c9a95c4b59 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -254,7 +254,7 @@ CREATE TABLE image ( INSERT INTO image (name, raster) VALUES ('beautiful image', lo_import('/etc/motd')); -SELECT lo_export(image.raster, "/tmp/motd") from image +SELECT lo_export(image.raster, '/tmp/motd') from image WHERE name = 'beautiful image'; </programlisting> </para>