/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/unsafe_tests/
..
expected

Disallow CR and LF in database, role, and tablespace names

6 месяцев назад
sql

Disallow CR and LF in database, role, and tablespace names

6 месяцев назад
.gitignore

Move rolenames test out of the core regression tests.

7 лет назад
Makefile

Test "options=-crole=" and "ALTER DATABASE SET role".

2 года назад
README

Mark unsafe_tests module as not runnable with installcheck

3 года назад
meson.build

Update copyright for 2026

7 месяцев назад
README
This directory doesn't actually contain any extension module.
 
Instead it 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.