From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id BFC702E32F for ; Tue, 14 May 2019 14:29:02 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J8HRMvu1poQb for ; Tue, 14 May 2019 14:29:02 -0400 (EDT) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 7D8382E326 for ; Tue, 14 May 2019 14:29:02 -0400 (EDT) Date: Tue, 14 May 2019 21:29:00 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v3 1/3] schema: add new system space for CHECK constraints Message-ID: <20190514182900.GC3801@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov * Kirill Shcherbatov [19/05/14 18:04]: > This patch introduces a new system space to persist check > constraints. Format of the space: > > _ck_constraint (space id = 357) > [ STR, UINT, > BOOL, STR] Please make sure at least the space definition contains all the fields necessary for information_schema, even if this patch doesn't fill in some of the fields yet. Does it? What's in information_schema.check_constraints? What do other vendors store in this system space (like deferrable, initially deferred). -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32