> I've heared that upgrading is more painfull with PostgreSQL, > since you have > to dump the databases and restore them again after the upgrade
Yes it's true you need to dump the databases and restore them, but I disagree that it's painful. It's fairly quick and easy with `pg_dumpall`. In fact you could stick the whole upgrade (copy config, dump db's, upgrade, restore config, startup, and restore db's) on one line if you wanted to. But the advantages of PostgreSQL(complete and time tested ACID transactions,sub selects,...) over MySQL make concerns like that IMO a non-issue. Christian -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list