Skip to content
Snippets Groups Projects
Commit ffae6733 authored by Andres Freund's avatar Andres Freund
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname); ...@@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname);
<para> <para>
Here are some examples using the version-1 calling convention: Here are some examples using the version-1 calling convention:
</para>
<programlisting><![CDATA[ <programlisting><![CDATA[
#include "postgres.h" #include "postgres.h"
...@@ -2277,6 +2278,7 @@ concat_text(PG_FUNCTION_ARGS) ...@@ -2277,6 +2278,7 @@ concat_text(PG_FUNCTION_ARGS)
<filename>funcs.c</filename> and compiled into a shared object, <filename>funcs.c</filename> and compiled into a shared object,
we could define the functions to <productname>PostgreSQL</productname> we could define the functions to <productname>PostgreSQL</productname>
with commands like this: with commands like this:
</para>
<programlisting> <programlisting>
CREATE FUNCTION add_one(integer) RETURNS integer CREATE FUNCTION add_one(integer) RETURNS integer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment