Обсуждение: ViewData Updates with validations

Поиск
Список
Период
Сортировка

ViewData Updates with validations

От
Andreea Gavrilovici
Дата:
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?

Hope to hear from you soon.

Best regards,
Andreea

--

Gavrilovici Andreea
Developer

mail:  andreea@lionstep.com

Lionstep 
Riesbachstrasse 59
CH-8008 Zürich

Re: ViewData Updates with validations

От
Dave Page
Дата:


On Wed, Jun 20, 2018 at 3:09 PM, Andreea Gavrilovici <andreea@lionstep.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