Topic: PostgreSQL: Anyone using it that have a few tips?
Well, after several years of MySQL I've come to the point that it no longer supports my demands ... and PostgreSQL seems to do it, so I've installed another database engine on my webserver to cope with a project I'm doing (non PunBB related, but there seems to be a good bunch of people in here)... (I need ACID, which at least has been a no priority for mysql, and also the fact that PostgreSQL has arrays in the columns, well it makes the move from mysql not that hard (I'm not comparing performance, I just need a stable thing where I can 'trust' the queries are done in a proper manner) ... and some things I can most probably do as functions in postgre instead of taking stuff out and then putting stuff back in, feels a bit more solid)
Either way, I'm just wondering if anyone here has good knowledge with PostgreSQL and if so, any nice tips/urls you have that can be useful? (mostly about stuff beeing made in a different way than mysql) ...
Thnx in advance