Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Fix the constraint trigger query pgAdmin displayed system constraint triggers since this commit http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=commitdiff;h=b41f071c9642f41896693be4e29f55409d8cd9ce I forgot to check for the "foreign key" kind of system triggers. Report from Julius Tuskenis, and some help from Michal Vanek too. Branch ------ REL-1_14_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e21e69225c4c003c040f29f2b73bb5a25ddb01d9 Modified Files -------------- CHANGELOG | 1 + pgadmin/schema/pgTrigger.cpp | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-)