database lagging

Поиск
Список
Период
Сортировка
От Pepe TD Vo
Тема database lagging
Дата
Msg-id 1396983439.574027.1627062741652@mail.yahoo.com
обсуждение исходный текст
Ответы RE: database lagging  (Alvaro Aguayo <aaguayo@opensysperu.com>)
Re: database lagging  (Rui DeSousa <rui@crazybean.net>)
Re: database lagging  (Avinash Kumar <avinash.vallarapu@gmail.com>)
Список pgsql-admin
I am doing CIS Benchmart on Postgreql 12.  After alter parameters and when I tried to create a new role.  It's lagging and didn't prompt out the result, until I hit the ctl C key.  Even alter role.  All I needed to hit ctl C key if not, it hung there for ever.  Is there a way to fix it?

postgres=# create role appuser;
^CCancel request sent
CREATE ROLE

postgres=# ALTER ROLE appuser NOSUPERUSER;
^CCancel request sent
ALTER ROLE

 
postgres=# ALTER ROLE appuser NOREPLICATION;
^CCancel request sent
ALTER ROLE

postgres=# ALTER ROLE appuser NOCREATEROLE;
^CCancel request sent
ALTER ROLE

postgres=# ALTER ROLE appuser NOHERIT;
^CCancel request sent
ALTER ROLE



В списке pgsql-admin по дате отправления:

Предыдущее
От: Thorsten Schöning
Дата:
Сообщение: Re: What's the dfifference between pg_start_backup+copy+pg_stop_backup+WAL vs. pg_start_backup+pg_stop_backup+copy+WAL?
Следующее
От: Alvaro Aguayo
Дата:
Сообщение: RE: database lagging