Обсуждение: trigger creation failed

Поиск
Список
Период
Сортировка

trigger creation failed

От
Nikhil Ingale
Дата:
Hi All,
Need help on following error.

ERROR:  replicated relation map_profile cannot have triggers that are owned by roles other than the relation owner

How do I check the owner of table and trigger?

Regards,
Nik

Re: trigger creation failed

От
kaido vaikla
Дата:
For triggers
postgres=# \dft+ *.*
For tables
postgres=# \dt+ *.*

in proper database
br
Kaido

On Mon, 22 May 2023 at 12:51, Nikhil Ingale <niks.bgm@gmail.com> wrote:
Hi All,
Need help on following error.

ERROR:  replicated relation map_profile cannot have triggers that are owned by roles other than the relation owner

How do I check the owner of table and trigger?

Regards,
Nik