The only con with postgres is that it doesn't support autoincrement field by default. We need to create a 'sequence' and an 'after insert trigger' for it. :(
MySQL has built-in support for auto-increment field. :) But otherwise, postgres is totally free for any purpose (they say that "no one can sue you for using postgres for any purpose" on their website). MySQL, as I understand, (or rather "as I don't fully understand"), complex licensing after takeover by Sun. One has to be very careful before distributing commercial apps using MySQL. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

