aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-12-28 12:00:00 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-03-06 13:31:47 -0500
commit583f6c414895e72c710f723fbb3649df664530d7 (patch)
tree78cc1d023280245170e2e6bea06e1a5a4bfeb623 /src/tutorial/complex.c
parent2ca64c6f7105f97ce886bdbbd880f50225bf24ba (diff)
downloadpostgresql-583f6c414895e72c710f723fbb3649df664530d7.tar.gz
postgresql-583f6c414895e72c710f723fbb3649df664530d7.zip
Allow dropping multiple functions at once
The generic drop support already supported dropping multiple objects of the same kind at once. But the previous representation of function signatures across two grammar symbols and structure members made this cumbersome to do for functions, so it was not supported. Now that function signatures are represented by a single structure, it's trivial to add this support. Same for aggregates and operators. Reviewed-by: Jim Nasby <Jim.Nasby@BlueTreble.com> Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions