1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior.

This commit is contained in:
Tom Lane
2002-07-14 22:47:56 +00:00
parent df3f5dfd19
commit c4fb2b4e9e
4 changed files with 9 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.21 2002/07/12 18:43:13 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.22 2002/07/14 22:47:56 tgl Exp $
PostgreSQL documentation
-->
@@ -131,11 +131,6 @@ WARNING: RemoveFunction: Function "<replaceable class="parameter">name</replace
<xref linkend="sql-createfunction">
for information on creating functions.
</para>
<para>
No checks are made to ensure that types, operators, access
methods, or triggers that rely on the function have been removed first.
</para>
</refsect1>
<refsect1 id="SQL-DROPFUNCTION-examples">