mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix " to ' on lobj docs.
This commit is contained in:
parent
84b9507f78
commit
795878d2dd
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user