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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user