mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05:00
Try to fix xml docs build broken in 5ded4bd.
Apparently the sgml to xml conversion treats non-closed <para>s differently than jade does.
This commit is contained in:
parent
ec19693014
commit
ffae6733db
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue