Re: Choice of DB - Mailing list pgsql-novice

From Bzzzz
Subject Re: Choice of DB
Date
Msg-id 20181127230506.1efad234@msi.defcon1
Whole thread Raw
In response to Re: Choice of DB  (legrand legrand <legrand_legrand@hotmail.com>)
Responses Re: Choice of DB
List 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


pgsql-novice by date:

Previous
From: Nico Callewaert
Date:
Subject: Re: Choice of DB
Next
From: Andrej
Date:
Subject: Re: Choice of DB