Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Tom Lane
Subject Re: why postgresql over other RDBMS
Date
Msg-id 16194.1180204385@sss.pgh.pa.us
Whole thread Raw
In response to Re: why postgresql over other RDBMS  (Zoltan Boszormenyi <zb@cybertec.at>)
Responses Re: why postgresql over other RDBMS
Re: why postgresql over other RDBMS
List pgsql-general
Zoltan Boszormenyi <zb@cybertec.at> writes:
> Harpreet Dhaliwal �rta:
>> is the host base configuration methodology in postgres superior to
>> other RDBMS.

> If you ask me, yes. When I had to choose between MySQL 3.x and
> PostgreSQL 6.5 a long ago and I was able to exclude the DB superuser
> with REVOKE CONNECT from MySQL, I said "no, thanks".
> I did it on purpose to prove that you can the external configuration
> is better in this case.

> And apart from fixing pg_hba.conf after you move the machine,
> PostgreSQL is quite location agnostic network-wise.

MySQL has a related problem, which is that they have embedded IPv4
addressing rather deeply into their client authentication logic (by
making userids be user@host not just a username).  This is probably why
they still haven't got IPv6 support:
http://bugs.mysql.com/bug.php?id=8836
I wonder what their plans are for fixing that ...

            regards, tom lane

pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: Re: Delete with subquery deleting all records
Next
From: Francisco Reyes
Date:
Subject: Re: backup strategies