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

3 lines
147 B
Plaintext

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