We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec19693 commit ffae673Copy full SHA for ffae673
doc/src/sgml/xfunc.sgml
@@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname);
2173
2174
<para>
2175
Here are some examples using the version-1 calling convention:
2176
+ </para>
2177
2178
<programlisting><![CDATA[
2179
#include "postgres.h"
@@ -2277,6 +2278,7 @@ concat_text(PG_FUNCTION_ARGS)
2277
2278
<filename>funcs.c</filename> and compiled into a shared object,
2279
we could define the functions to <productname>PostgreSQL</productname>
2280
with commands like this:
2281
2282
2283
<programlisting>
2284
CREATE FUNCTION add_one(integer) RETURNS integer
0 commit comments