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
- <!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.146 2010/04/28 16:54:15 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.147 2010/05/16 03:55:41 rhaas Exp $ -->
2
2
3
3
<sect1 id="xfunc">
4
4
<title>User-Defined Functions</title>
@@ -2075,7 +2075,7 @@ Datum funcname(PG_FUNCTION_ARGS)
2075
2075
<programlisting>
2076
2076
PG_FUNCTION_INFO_V1(funcname);
2077
2077
</programlisting>
2078
- must appear in the same source file. (Conventionally. it's
2078
+ must appear in the same source file. (Conventionally, it's
2079
2079
written just before the function itself.) This macro call is not
2080
2080
needed for <literal>internal</>-language functions, since
2081
2081
<productname>PostgreSQL</> assumes that all internal functions
You can’t perform that action at this time.
0 commit comments