On Thu, 2003-11-13 at 10:06, Pierre van Rooden wrote: > Removed the foreign-key-simulating triggers. > Postgresql has no foreign-key scheme. > It may be possible to add the code for triggers (after all, they are SQL > commands) in the resource by embedding them in the schemes. > I'm not in favor as we had problems with them while dumping/importing a > db. Also, it is a matter of design choice: to not explixitly try to hack > a fix for a feature that is not supported by the db. Better to encourage > the db-buidlers to fix it. Thus, they are removed because the import / dump of postgresql didnt work. There was no shortcoming in MMBase why it has been removed? (or are you refering to the MMBase-Applicaion-Import) When i would implement an Oracle resource, that does foreignkey-checks. Do you see any problems?
> Btw I still have to create proper documentation on setting up the > resource, so I don't blame people for not realizing what is possible > with the new layer. If i have feedback, i will send it you
