Re: Choice of DB

Bzzzz <lazyvirus@gmx.com>

From: Bzzzz <lazyvirus@gmx.com>
To: legrand legrand <legrand_legrand@hotmail.com>
Cc: pgsql-novice@postgresql.org
Date: 2018-11-27T22:05:06Z
Lists: pgsql-novice
On Tue, 27 Nov 2018 14:40:16 -0700 (MST)
legrand legrand <legrand_legrand@hotmail.com> wrote:

…
> List all the Datatypes, object types you are using with Firebird, 
…

Shorter: Pg is SQL standards compliant, mysql/mariadb are not.

Check: create a table with a 10 characters varchar and insert a
"whatever length text but > 10 chars" into it, it'll gladly accept it
without complaining - IIRC, this is a direct violation of SQL99…

Jean-Yves