File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.1 2003/11/12 20:05:14 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.2 2010/05/16 03:55:47 rhaas Exp $
3
3
-->
4
4
5
5
<sect1 id="xfunc">
@@ -1303,7 +1303,7 @@ Datum funcname(PG_FUNCTION_ARGS)
1303
1303
<programlisting>
1304
1304
PG_FUNCTION_INFO_V1(funcname);
1305
1305
</programlisting>
1306
<
50E6
/td>
- must appear in the same source file. (Conventionally. it's
1306
+ must appear in the same source file. (Conventionally, it's
1307
1307
written just before the function itself.) This macro call is not
1308
1308
needed for <literal>internal</>-language functions, since
1309
1309
<productname>PostgreSQL</> assumes that all internal functions
You can’t perform that action at this time.
0 commit comments