Commit 68a6e5e8 authored by Tom Lane's avatar Tom Lane

Fix broken markup, strange tab width.

parent 08ed6c3c
This diff is collapsed.
<!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.45 2007/03/03 19:52:45 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.46 2007/03/14 00:15:26 tgl Exp $ -->
<chapter id="largeObjects"> <chapter id="largeObjects">
<title id="largeObjects-title">Large Objects</title> <title id="largeObjects-title">Large Objects</title>
...@@ -331,6 +331,7 @@ int lo_truncate(PGcon *conn, int fd, size_t len); ...@@ -331,6 +331,7 @@ int lo_truncate(PGcon *conn, int fd, size_t len);
8.3; if this function is run against an older server version, it will 8.3; if this function is run against an older server version, it will
fail and return a negative value. fail and return a negative value.
</para> </para>
</sect2>
<sect2> <sect2>
<title>Closing a Large Object Descriptor</title> <title>Closing a Large Object Descriptor</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment