From: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | "Ryan Bradetich" <rbradetich(at)uswest(dot)net>, "Joe Conway" <mail(at)joeconway(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: a couple of minor itches: RI Trigger Names, and |
Date: | 2002-05-08 02:26:51 |
Message-ID: | GNELIHDDFBOCMGBFGEFOCEICCCAA.chriskl@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Thanks for the link. Didn't think to check the patches list :( I found
> and downloaded the patch, but the patch does not apply cleanly (it
> depends on some new files that are not present yet like:
> src/backend/commands/tablecmds.c
> )
>
>
> But from what I have read, and the examples you gave this will do
> exactly what I want :) not automatic, but still gives me the ability to
> rename the trigger to something more obvious!
>
> I'll have to play around with this some more and see if I can get it to
> apply... or just wait until 7.2.2 comes out :)
>
> Thanks for the excellent patch and pointer!
You'll actually have to wait for 7.3 - many months off yet!
In the meantime, can't you just edit the system catalogs directly and then
restart your postmaster, instead of applying a patch that may or may not
work on old sources?
Chris
From | Date | Subject | |
---|---|---|---|
Next Message | Ryan Bradetich | 2002-05-08 02:35:50 | Re: a couple of minor itches: RI Trigger Names, and |
Previous Message | Christopher Kings-Lynne | 2002-05-08 02:05:21 | Re: code contribution |