Re: Choice of DB

From: Bzzzz <lazyvirus(at)gmx(dot)com>
To: legrand legrand <legrand_legrand(at)hotmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Choice of DB
Date: 2018-11-27 22:05:06
Message-ID: 20181127230506.1efad234@msi.defcon1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 27 Nov 2018 14:40:16 -0700 (MST)
legrand legrand <legrand_legrand(at)hotmail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej 2018-11-27 22:43:56 Re: Choice of DB
Previous Message Nico Callewaert 2018-11-27 22:03:37 Re: Choice of DB