Re: Partitioning feature ...
От | Alvaro Herrera |
---|---|
Тема | Re: Partitioning feature ... |
Дата | |
Msg-id | 20090331144659.GS23023@alvh.no-ip.org обсуждение исходный текст |
Ответ на | Re: Partitioning feature ... (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>) |
Ответы |
Re: Partitioning feature ...
Re: Partitioning feature ... |
Список | pgsql-hackers |
Nikhil Sontakke escribió: > > >> As triggers are executed in order of their names, we've prefixed the > > >> trigger names with "zz". This should work fine as long as no-one uses > > >> trigger-name which starts with "zz". > > > > this seems a lot fragile... why system generated triggers has to be > > executed following the same rules (talking about order of execution) > > as user triggers? can't we simply execute them first or last or maybe > > be clever and mark one to be executed first and others last? > > AFAICS, we do not have any category like system triggers. So yeah, it would > have been nice to generate triggers with names (starting with __ for > example) for such special triggers. But I don't think we disallow > user-triggers starting with underscores etc. We already have system triggers -- the FK triggers. I don't think we've had all that much trouble with them. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
В списке pgsql-hackers по дате отправления: