Yep,
That is what I am doing now. Joe pointed me to his patch that did it
the SQL way :)
I would rather not re-invent work that someone else has already and has
committed to the tree. Joe did a nice job, so I'd rather apply his work
to my older tree if I could. Looks like it will be too much trouble, so
I'll manually update the system catalogs for now, and patiently wait for
7.3 :)
Thanks,
- Ryan
On Tue, 2002-05-07 at 20:26, Christopher Kings-Lynne wrote:
> > 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
>
>