Re: POSTGRES/MYSQL

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: POSTGRES/MYSQL
Date: 2019-03-11 11:41:09
Message-ID: 44ba58a3-3c02-16d0-0158-e2dd2766dd6a@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sonam Sharma schrieb am 11.03.2019 um 12:31:
> We are planning to migrate our database into any open source DB.
> Can someone please help me in knowing which one will be better among POSTGRESQL and MYSQL.
>
> In what terms postgres is better than MYSQL.

you might want to have a look at this:

https://stackoverflow.com/a/8182996

My personal(!) opinion: I wouldn't trust a database that thinks:

delete from customer
where '1fool';

is a valid SQL statement and will happily delete all customers.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2019-03-11 13:56:14 Re: POSTGRES/MYSQL
Previous Message chris 2019-03-11 11:34:27 Re:POSTGRES/MYSQL