Re: POSTGRES/MYSQL - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: POSTGRES/MYSQL
Date
Msg-id 44ba58a3-3c02-16d0-0158-e2dd2766dd6a@gmx.net
Whole thread Raw
In response to POSTGRES/MYSQL  (Sonam Sharma <sonams1209@gmail.com>)
List 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. 





pgsql-general by date:

Previous
From: chris
Date:
Subject: Re:POSTGRES/MYSQL
Next
From: Laurenz Albe
Date:
Subject: Re: POSTGRES/MYSQL