On 07/05/2011 01:51 PM, Alex Balashov wrote:
On 07/05/2011 11:46 AM, Robin Rodriguez wrote:
So it uses the first defined database table, but then the last defined key_name and key_value.
This appears to just be an oversight in the design of the module parameters. One can define multiple tables, but the rest of the modparams are global.
As a workaround, I would suggest a view. Alias the columns identically in the view, but map them to different underlying columns in the different table.
... well, if you intend to write to them, only some databases support that. MySQL does. Not sure about Postgres or others.