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

Fix broken markup, strange tab width.

parent 08ed6c3c
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.31 2007/03/13 16:03:35 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.32 2007/03/14 00:15:26 tgl Exp $ -->
<chapter id="install-win32"> <chapter id="install-win32">
<title>Installation on <productname>Windows</productname></title> <title>Installation on <productname>Windows</productname></title>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
of the <productname>Microsoft Platform SDK</productname>, available of the <productname>Microsoft Platform SDK</productname>, available
for download from <ulink url="http://www.microsoft.com/downloads/"></>. for download from <ulink url="http://www.microsoft.com/downloads/"></>.
</para></listitem> </para></listitem>
</varlistentry </varlistentry>
<varlistentry> <varlistentry>
<term><productname>MIT Kerberos</productname></term> <term><productname>MIT Kerberos</productname></term>
......
<!-- $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