BUG #17730: Trigger Issue

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: nigel(at)oscsales(dot)com
Subject: BUG #17730: Trigger Issue
Date: 2022-12-23 17:09:18
Message-ID: 17730-725d70639da4fd31@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17730
Logged by: n d
Email address: nigel(at)oscsales(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: Windows
Description:

I have cloned a trigger from another table by inserting new rows into the
pg_catalog.pg_triggers but the trigger is not working and the following
querry -
select pg_get_triggerdef(t.oid)
from pg_catalog.pg_trigger t
returns the error
cache lookup failed for attribute 7 of relation 1682781.
Is there something else I need to change ?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Headley 2022-12-23 17:50:25 Re: [PATCH] BUG FIX: inconsistent page found in BRIN_REGULAR_PAGE
Previous Message Alvaro Herrera 2022-12-23 16:35:09 Re: [PATCH] BUG FIX: inconsistent page found in BRIN_REGULAR_PAGE