Re: POSTGRES/MYSQL

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: POSTGRES/MYSQL
Дата
Msg-id 44ba58a3-3c02-16d0-0158-e2dd2766dd6a@gmx.net
обсуждение исходный текст
Ответ на POSTGRES/MYSQL  (Sonam Sharma <sonams1209@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: chris
Дата:
Сообщение: Re:POSTGRES/MYSQL
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: POSTGRES/MYSQL