Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit795878d

Browse files
committed
Fix " to ' on lobj docs.
1 parent84b9507 commit795878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ CREATE TABLE image (
254254
INSERT INTO image (name, raster)
255255
VALUES ('beautiful image', lo_import('/etc/motd'));
256256

257-
SELECT lo_export(image.raster,"/tmp/motd") from image
257+
SELECT lo_export(image.raster,'/tmp/motd') from image
258258
WHERE name = 'beautiful image';
259259
</programlisting>
260260
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp