Commit ffae6733 authored by Andres Freund's avatar Andres Freund

Try to fix xml docs build broken in 5ded4bd2.

Apparently the sgml to xml conversion treats non-closed <para>s
differently than jade does.
parent ec196930
......@@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname);
<para>
Here are some examples using the version-1 calling convention:
</para>
<programlisting><![CDATA[
#include "postgres.h"
......@@ -2277,6 +2278,7 @@ concat_text(PG_FUNCTION_ARGS)
<filename>funcs.c</filename> and compiled into a shared object,
we could define the functions to <productname>PostgreSQL</productname>
with commands like this:
</para>
<programlisting>
CREATE FUNCTION add_one(integer) RETURNS integer
......
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