summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_function.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-09 18:28:53 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-09 18:28:53 +0000
commitd4019b7cd33e7d820013c8a58917e31cdcca57ed (patch)
tree41759e9502ac811454da2cbe0d448fbcc30b9a52 /doc/src/sgml/ref/alter_function.sgml
parent1815f6179d48d565d179032d79b2fcf844727094 (diff)
downloadpostgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.tar.gz
Remove a bunch of content-free Diagnostics sections, as per previous
discussion. (Still have some work to do editing the remainder.)
Diffstat (limited to 'doc/src/sgml/ref/alter_function.sgml')
-rw-r--r--doc/src/sgml/ref/alter_function.sgml17
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/alter_function.sgml b/doc/src/sgml/ref/alter_function.sgml
index 50c857b0e1..cb11927d82 100644
--- a/doc/src/sgml/ref/alter_function.sgml
+++ b/doc/src/sgml/ref/alter_function.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_function.sgml,v 1.2 2003/08/31 17:32:21 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_function.sgml,v 1.3 2003/09/09 18:28:52 tgl Exp $
PostgreSQL documentation
-->
@@ -65,21 +65,6 @@ ALTER FUNCTION <replaceable>name</replaceable> ( [ <replaceable class="parameter
</varlistentry>
</variablelist>
</refsect1>
-
- <refsect1>
- <title>Diagnostics</title>
-
- <variablelist>
- <varlistentry>
- <term><computeroutput>ALTER FUNCTION</computeroutput></term>
- <listitem>
- <para>
- Message returned if the command was successful.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
<refsect1>
<title>Examples</title>