Re: Advantages of PostgreSQL over MySQL 5.0 - Mailing list pgsql-general

From Mark Aufflick
Subject Re: Advantages of PostgreSQL over MySQL 5.0
Date
Msg-id 1242f34a0603280847m7fa40230xa7355ba644a5ae0a@mail.gmail.com
Whole thread Raw
In response to Re: Advantages of PostgreSQL over MySQL 5.0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
To go slightly OT, I have the current displeasure of becomming
acquainted with Sybase which has ideas about being flexible with
standards (and sanity) much like MySQL.

The first of the two intentional "helpful" features I have come across
so far is that inserting (or updating) char/varchar columns with
strings that are too long silently results in a truncated string.

The second is that in where clauses, NULL = NULL is true. (waits for
you to get up off the floor) Apparently it didn't use to be like that,
but the "feature" was added due to customer requests... What's worse
is that Sybase is not even internally consistent - FALSE = FALSE in
the join clause does not cause a match.

Truly horrible. Of course there are runtime parameters you can set to
get more ansi-ish behaviour, but by the time you realise this, there
may already production code that relies on the behaviour...

pgsql-general by date:

Previous
From: "Tobias Herp"
Date:
Subject: using types for encrypting fields
Next
From: "Ian Harding"
Date:
Subject: Re: Implementation Suggestions