mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix " to ' on lobj docs.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user