Re: [Dbmail-dev] Patch to enable group quotas with postgres

2004-02-03 Thread Aaron Stone
This is an interesting use of the config table, and not one that I had considered; but it also feels more like shell variable hackery than a proper relational database schema :-\ Perhaps defining a clients table would make more sense? Currently it's sorta "just there" in the users table, and doesn

[Dbmail-dev] Patch to enable group quotas with postgres

2004-02-03 Thread Feargal Reilly
Hi all, I've written an implementation of group quotas for dbmail-1.2.3 At the moment it works with postgres only, but please take a look and give me feedback now, before I go on to change the mysql version and the admin tools. I've attached a patch for src/dbmail-1.2.3/pgsql/dbpgsql.c Impleme