postgresql/src/test/modules/unsafe_tests
Peter Eisentraut bae9e8a58b Fix typo in test
The test was supposed to error but didn't.  Apparently, a copy and
paste and string replace mistake from a nearby similar test.
2020-07-06 09:53:37 +02:00
..
expected Fix typo in test 2020-07-06 09:53:37 +02:00
sql Fix typo in test 2020-07-06 09:53:37 +02:00
.gitignore
Makefile Add a regression test for allow_system_table_mods 2019-11-29 10:22:13 +01:00
README

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.