diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
commit | be2b660ecd5ca205570825633e7b8479379ddc64 (patch) | |
tree | 8b229de93c4810a7f1cdd6b29099316abc05c2d7 /doc/src/sgml/ref/create_function.sgml | |
parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) |
This patch includes a lot of minor cleanups to the SGML documentation,
including:
- replacing all the appropriate usages of <citetitle>PostgreSQL
...</citetitle> with &cite-user;, &cite-admin;, and so on
- fix an omission in the EXECUTE documentation
- add some more text to the EXPLAIN documentation
- improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
- minor markup fixes
Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 6c737f26141..71c09e6ef5b 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43 2002/09/21 18:32:54 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.44 2003/01/19 00:13:29 momjian Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -281,8 +281,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable> <title>Notes</title> <para> - Refer to the chapter in the - <citetitle>PostgreSQL Programmer's Guide</citetitle> + Refer to the chapter in the &cite-programmer; on the topic of extending <productname>PostgreSQL</productname> via functions for further information on writing external functions. @@ -470,7 +469,7 @@ Point * complex_to_point (Complex *z) <xref linkend="sql-load" endterm="sql-load-title">, <xref linkend="sql-revoke" endterm="sql-revoke-title">, <xref linkend="app-createlang">, - <citetitle>PostgreSQL Programmer's Guide</citetitle> + &cite-programmer; </para> </refsect1> |