[Nitro] Og, serialized transactions?
Bill Kelly
billk at cts.com
Sun Feb 25 22:14:05 EST 2007
From: "Jonathan Buch" <john at oxyliquit.de>
>
>>
>> E.g.
>>
>> CREATE UNIQUE INDEX playerseen_unique ON PlayerSeen.table_name
>> (iphost_oid, playername_oid, servername_oid);
>>
>>
>> Is it possible to specify a multi-column unique constraint in Og?
>
> sadly no, I stumbled on that too. We need an interface to create
> arbitrary indices (which could be used by the join-table-creation
> too).
>
> Right now you can specify that index in sql and Og will not mess
> with it.
Alrighty, thanks.
Is there any sort of hook or callback that would tell me when
the table is actually being created by Og, so that I could create
the index at that point?
Thanks,
Bill
More information about the Nitro-general
mailing list