Re: Problem with trigger makes Detail record be invalid - Mailing list pgsql-general

From PegoraroF10
Subject Re: Problem with trigger makes Detail record be invalid
Date
Msg-id 1524256246645-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Problem with trigger makes Detail record be invalid  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Problem with trigger makes Detail record be invalid
List pgsql-general
Well, talking about responsabilities, I think one of responsabilities of a
mature database is that it can only accept data it was configured for. If
you try to store a timestamp in a integer field or a huge numeric value in a
smallint field, Postgres will block you because that operation is not
acceptable. 
So, it's not acceptable to break referential integrity, is it ?



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: New website
Next
From: Vick Khera
Date:
Subject: Re: Postgresql database encryption