8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965fd5 commit 97d136fCopy full SHA for 97d136f
doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.107.2.1 2006/01/19 22:52:20 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.107.2.2 2010/05/16 03:56:03 rhaas Exp $
3
-->
4
5
<sect1 id="xfunc">
@@ -1706,7 +1706,7 @@ Datum funcname(PG_FUNCTION_ARGS)
1706
<programlisting>
1707
PG_FUNCTION_INFO_V1(funcname);
1708
</programlisting>
1709
- must appear in the same source file. (Conventionally. it's
+ must appear in the same source file. (Conventionally, it's
1710
written just before the function itself.) This macro call is not
1711
needed for <literal>internal</>-language functions, since
1712
<productname>PostgreSQL</> assumes that all internal functions
0 commit comments