For triggers
postgres=# \dft+ *.*
For tables
postgres=# \dt+ *.*
in proper database
br
Kaido
postgres=# \dft+ *.*
For tables
postgres=# \dt+ *.*
in proper database
br
Kaido
On Mon, 22 May 2023 at 12:51, Nikhil Ingale <niks.bgm@xxxxxxxxx> 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 ownerHow do I check the owner of table and trigger?Regards,Nik