Re: ViewData Updates with validations

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Andreea Gavrilovici <andreea(at)lionstep(dot)com>
Cc: "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: ViewData Updates with validations
Date: 2018-06-20 16:09:40
Message-ID: CA+OCxowF6RGuazYaJ3S6=7vvV-ryyibqY7h73X2SoNwcSHYAVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, Jun 20, 2018 at 3:09 PM, Andreea Gavrilovici <andreea(at)lionstep(dot)com>
wrote:

> Hello,
>
> We would like to use pgAdmin interface to do updates on the database
> records.
> The problem right now is that the Constraints do not seem to be applied
> when doing an update from ViewData.
> Is there a way this can be enabled?
>

Constraints are enforced by the backend database. It is not possible for
pgAdmin to bypass them unless it were to explicitly disable them (which it
makes no attempt to do).

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Michael Zsolt 2018-06-20 18:35:30 Re: Windows 10 - pg4 Query Initialization Issue
Previous Message Andreea Gavrilovici 2018-06-20 14:09:11 ViewData Updates with validations