git.postgresql.org Git - postgresql.git/commit
2016年12月28日 17:00:00 +0000 (12:00 -0500)
Mon, 6 Mar 2017 18:31:47 +0000 (13:31 -0500)
commit 583f6c414895e72c710f723fbb3649df664530d7
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>
This is the main PostgreSQL git repository.
RSS
Atom