git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 2ca64c6) | patch
Allow dropping multiple functions at once
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>
doc/src/sgml/ref/drop_aggregate.sgml diff | blob | blame | history
doc/src/sgml/ref/drop_function.sgml diff | blob | blame | history
doc/src/sgml/ref/drop_operator.sgml diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/test/regress/expected/create_function_3.out diff | blob | blame | history
src/test/regress/sql/create_function_3.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /