Re: NOT Null constraint on foreign table not working
От | Tom Lane |
---|---|
Тема | Re: NOT Null constraint on foreign table not working |
Дата | |
Msg-id | 14362.1390231329@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | NOT Null constraint on foreign table not working (Rushabh Lathia <rushabh.lathia@gmail.com>) |
Ответы |
Re: NOT Null constraint on foreign table not working
Re: NOT Null constraint on foreign table not working |
Список | pgsql-hackers |
Rushabh Lathia <rushabh.lathia@gmail.com> writes: > As per the PG documentation it says that foreign table do support the > NOT NULL, NULL and DEFAULT. There has been a great deal of debate about what constraints on foreign tables ought to mean. Right now, at least for postgres_fdw, they're just taken as documentation of constraints that are supposed to exist on the far side. It's not clear what's the point of trying to enforce them against insertions done locally if the remote table lacks them --- any table update done on the far side could still violate the constraint. We might change this in response to a well-reasoned argument, but it won't happen just because somebody lobs a quick-and-dirty patch over the fence. If we were going to enforce them locally, I'd opine it should be the FDW's task to do it, anyway. It might have more knowledge about the best way to do it than nodeModifyTable.c can, and if not it could still call ExecConstraints for itself. regards, tom lane
В списке pgsql-hackers по дате отправления: