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 00a8012 commit 5356cf7Copy full SHA for 5356cf7
doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.1 2003/11/12 20:05:14 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.2 2010/05/16 03:55:47 rhaas Exp $
3
-->
4
5
<sect1 id="xfunc">
@@ -1303,7 +1303,7 @@ Datum funcname(PG_FUNCTION_ARGS)
1303
<programlisting>
1304
PG_FUNCTION_INFO_V1(funcname);
1305
</programlisting>
1306
- must appear in the same source file. (Conventionally. it's
+ must appear in the same source file. (Conventionally, it's
1307
written just before the function itself.) This macro call is not
1308
needed for <literal>internal</>-language functions, since
1309
<productname>PostgreSQL</> assumes that all internal functions
0 commit comments