summaryrefslogtreecommitdiff
path: root/doc/src/sgml/lobj.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/lobj.sgml')
-rw-r--r--doc/src/sgml/lobj.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml
index b6b626a4afd..cf4653fe0f9 100644
--- a/doc/src/sgml/lobj.sgml
+++ b/doc/src/sgml/lobj.sgml
@@ -712,7 +712,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
<example id="lo-example">
<title>Large Objects with <application>libpq</application> Example Program</title>
<programlisting><![CDATA[
-/*-------------------------------------------------------------------------
+/*-----------------------------------------------------------------
*
* testlo.c
* test using large objects with libpq
@@ -724,7 +724,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
* IDENTIFICATION
* src/test/examples/testlo.c
*
- *-------------------------------------------------------------------------
+ *-----------------------------------------------------------------
*/
#include <stdio.h>
#include <stdlib.h>