Andreas Kalsch wrote:
> Two causes:
>
> 1) I have to rewrite many lines of code = time
> 2) In MySQL I have access - with superuser rights - to _all_ existing
> databases inside the installation. In Postgres I haven't.
hmm? the postgresql superuser has full access to all databases in the
cluster. note that, unlike mysql, 'root' is not a postgres user at
all, unless you expressly create a root user and grant it superuser rights.