We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b9507 commit 795878dCopy full SHA for 795878d
doc/src/sgml/lobj.sgml
@@ -254,7 +254,7 @@ CREATE TABLE image (
254
INSERT INTO image (name, raster)
255
VALUES ('beautiful image', lo_import('/etc/motd'));
256
257
-SELECT lo_export(image.raster, "/tmp/motd") from image
+SELECT lo_export(image.raster, '/tmp/motd') from image
258
WHERE name = 'beautiful image';
259
</programlisting>
260
</para>
0 commit comments