diff options
-rw-r--r-- | doc/src/sgml/lobj.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index c8ed458dbb5..ae36251ee3a 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> |