Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
PG Bug reporting form <noreply@postgresql.org> writes: > psql -c "begin;select pg_notify('channel', concat_ws(' = ', 'a', > clock_timestamp()::text));commit;select pg_sleep(10);begin;select > pg_notify('channel', concat_ws(' = ', 'b', > clock_timestamp()::text));commit;select now(), clock_timestamp();" I think the main reason why this isn't reporting any notifications is that you forgot to issue a LISTEN. regards, tom lane
В списке pgsql-bugs по дате отправления: