postgresql/src/test/modules/unsafe_tests
Peter Eisentraut df7fe9e2d7 Disallow dropping rules on system tables by default
This was previously not covered by allow_system_table_mods, but now it
is.  The impact in practice is probably low, but this makes it
consistent with most other DDL commands.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/ee9df1af-c0d8-7c82-5be7-39ce4e3b0a9d%402ndquadrant.com
2019-12-20 08:27:37 +01:00
..
expected Disallow dropping rules on system tables by default 2019-12-20 08:27:37 +01:00
sql Disallow dropping rules on system tables by default 2019-12-20 08:27:37 +01:00
.gitignore Move rolenames test out of the core regression tests. 2019-06-30 12:51:12 -04:00
Makefile Add a regression test for allow_system_table_mods 2019-11-29 10:22:13 +01:00
README Move rolenames test out of the core regression tests. 2019-06-30 12:51:12 -04:00

This directory doesn't actually contain any extension module.

What it is is a home for regression tests that we don't want to run
during "make installcheck" because they could have side-effects that
seem undesirable for a production installation.

An example is that rolenames.sql tests ALTER USER ALL and so could
have effects on pre-existing roles.