Somazx Interesting <[EMAIL PROTECTED]> writes:
> Taking that to mean, "try deleting that orphaned trigger" - but since I
> don't know which table that trigger was on - I did it by deleting it
> through pg_trigger, I now get somewhat worse errors:
> getTables(): relation 'lessontable_548_118': 8 Triggers were expected, but
> got 7
Now you know which table it was on ;-)
You can fix this by adjusting the reltriggers field of pg_class for that
table.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly