Commit 795878d2 authored by Bruce Momjian's avatar Bruce Momjian

Fix " to ' on lobj docs.

parent 84b9507f
...@@ -254,7 +254,7 @@ CREATE TABLE image ( ...@@ -254,7 +254,7 @@ CREATE TABLE image (
INSERT INTO image (name, raster) INSERT INTO image (name, raster)
VALUES ('beautiful image', lo_import('/etc/motd')); 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'; WHERE name = 'beautiful image';
</programlisting> </programlisting>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment