postgresql/src/test/regress/input
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables
Previously, FOR EACH ROW triggers were not allowed in partitioned
tables.  Now we allow AFTER triggers on them, and on trigger creation we
cascade to create an identical trigger in each partition.  We also clone
the triggers to each partition that is created or attached later.

This means that deferred unique keys are allowed on partitioned tables,
too.

Author: Álvaro Herrera
Reviewed-by: Peter Eisentraut, Simon Riggs, Amit Langote, Robert Haas,
	Thomas Munro
Discussion: https://postgr.es/m/20171229225319.ajltgss2ojkfd3kp@alvherre.pgsql
2018-03-23 10:48:22 -03:00
..
constraints.source Allow FOR EACH ROW triggers on partitioned tables 2018-03-23 10:48:22 -03:00
copy.source Do jsonb regression test input in the conventional way. 2014-03-23 20:18:06 -04:00
create_function_1.source Revert renaming of int44in/int44out. 2018-02-27 15:15:35 -05:00
create_function_2.source Remove unused functions in regress.c. 2018-02-27 11:11:25 -05:00
largeobject.source Merge large_object.sql test into largeobject.source. 2017-07-17 15:28:20 -04:00
misc.source Remove support for version-0 calling conventions. 2017-03-30 06:25:46 -07:00
tablespace.source Add more tests for reloptions 2017-10-19 14:22:05 +02:00