>
> I would like to add the onDelete and onUpdate attributes to
> the foreign key in the dtd.
>
> <!ELEMENT foreign-key (reference+)>
> <!ATTLIST foreign-key
> foreignTable CDATA #REQUIRED
> onUpdate (cascade|set null|restrict|none) "none"
> onDelete (cascade|set null|restrict|none) "none"
>
I don't vote, but +1
>
> Also, at least for postgres, I would like to generate the foreign key
> stuff in line (instead of generating it after the table). It's much
> more elegant (and easier) to generate :
I don't vote, but +1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]