projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b9507
)
Fix " to ' on lobj docs.
author
Bruce Momjian
Wed, 15 Mar 2000 17:07:41 +0000
(17:07 +0000)
committer
Bruce Momjian
Wed, 15 Mar 2000 17:07:41 +0000
(17:07 +0000)
doc/src/sgml/lobj.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/lobj.sgml
b/doc/src/sgml/lobj.sgml
index c8ed458dbb5f22668386cdab21e46a4ddb902d38..ae36251ee3ae2caf87743ecf851909c9a95c4b59 100644
(file)
--- a/
doc/src/sgml/lobj.sgml
+++ b/
doc/src/sgml/lobj.sgml
@@
-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';