On Sun, 17 Dec 2006, Steve Singer wrote:

I haven't received any feedback on this patch nor seen it applied.

Is it just that's everyones been too busy to look at it/apply or are there
some concerns with it.

>
> Attached is my first attempt at a patch to allow EXECUTE SCRIPT to take a 
> user specified list of tables to lock.
>
> The idea is that you can specify something like
>
> EXECUTE SCRIPT(set id=1, filename='new_column.sql',
>       event node=1, lock tables = ('public.test1','public.address')
>       );
>
> The ddl_updates_tbl_locks.sql should be added to tests/testddl
>
> The diff file should be applied against CVS HEAD.
>
> Let me know if there are any concerns.
>
>
> Steve Singer
>
>

_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to