[GENERAL] Re: [GENERAL] Forcefully adding a CHECK constrained

2012-05-27 Thread Catalin(ux) M. Boie
will be used for partitioning without having to read all data for validation. of course, as I said, I will implement the future if PostgreSQL developers think that is useful. Thank you for your time. -- Catalin(ux) M. BOIE http://kernel.embedromix.ro - Reply message - From: "Jeff

[GENERAL] Re: [GENERAL] Forcefully adding a CHECK constrained

2012-05-27 Thread Catalin(ux) M. Boie
Hello. Thanks for the answer. I really want to avoid reading the whole table. It is too expensive, and with the proposed feature will be not needed. I think is much faster to forcefully add the check if you know the range of data. What do you think? -- Catalin(ux) M. BOIE http

[GENERAL] Forcefully adding a CHECK constrained

2012-05-15 Thread Catalin(ux) M. BOIE
onstraints to be declared NOT VALID http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=897795240cfaaed724af2f53ed2c50c9862f951f inspired me to dive. Is PostgreSQL's team willing to accept such a feature? Thank you for your time! (Please keep me on cc) -- Catali