1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Remove more traces of libpgtcl from the source tree. Also, make some

semi-related SGML cleanup. Original patch from ljb220@mindspring.com,
additional cleanup by Neil Conway.
This commit is contained in:
Neil Conway
2004-10-01 02:00:44 +00:00
parent d2af5f8a3e
commit 3738510c2c
7 changed files with 50 additions and 149 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.61 2004/09/20 22:48:29 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.62 2004/10/01 02:00:44 neilc Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@ -402,7 +402,8 @@ CREATE FUNCTION add(integer, integer) RETURNS integer
</para>
<para>
Increment an integer, making use of an argument name, in PL/PgSQL:
Increment an integer, making use of an argument name, in
<application>PL/pgSQL</application>:
<programlisting>
CREATE OR REPLACE FUNCTION increment(i integer) RETURNS integer AS '