Hello everybody,
UPDATE pg_class SET relname = 'yyy' WHERE oid = 'xxx'::regclass;
Are there any risks to corrupt the database or to lose concurrent transactions? I tried to make some tests with parallel queries and locks over the table, but I did not discover anything special.
--
Kouber Saparev