Files
dolthub--doltgresql/testing/generation/command_docs/synopses/drop_function.txt
T
2026-07-13 12:32:25 +08:00

3 lines
148 B
Plaintext

DROP FUNCTION [ IF EXISTS ] { $name$ [ ( [ { [ $routine_argmode$ ] [ $argname$ ] $argtype$ } [ , ... ] ] ) ] } [ , ... ]
[ CASCADE | RESTRICT ]