Skip to content
Snippets Groups Projects
Commit 795878d2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix " to ' on lobj docs.

parent 84b9507f
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment