Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pEnip-000526-Dq for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Jan 2023 08:41:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pEnio-0001tk-2L for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Jan 2023 08:41:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pEnin-0001tb-O0 for pgsql-hackers@lists.postgresql.org; Mon, 09 Jan 2023 08:41:33 +0000 Received: from mail-vs1-xe34.google.com ([2607:f8b0:4864:20::e34]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pEnil-0001YR-Jt for pgsql-hackers@lists.postgresql.org; Mon, 09 Jan 2023 08:41:32 +0000 Received: by mail-vs1-xe34.google.com with SMTP id a64so7847759vsc.2 for ; Mon, 09 Jan 2023 00:41:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=timescale.com; s=google; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=B2LF+nnCsqfEWVJ+bnhOLbx2ymHd3U3Zw9RPwiAYUxc=; b=P0EOkWMzYwNk+wZOuqzFoOSkqBJbJQDaCJXX7aLPqLLU9ILZqjwvbHrBi1jCtqVlcF Z4AkmFkNBBFZFdUZnALka617Rz86J8n7i4rBS0nvOF6fObJfLwdM8x4T6MZNWwhfNiyy jHQXgzOF4gWMQXqiuAtzi+Ogk3Z7z+GojIw0X0Il9aUv5DhAq5gcnnFae8wxqt0AMUEx zDPzty99f0RKj3FfE8SWMYevWY6t363ZgTaNb711cg/j4cH4DSIiwX9YGHMp/vqfLVIW RtqEKv6WESRLvS5bCR7dRo+4bE/XYHhFX70Ya6vJ1JahKKjlsg3+RupczgZq5pNKdfsS F+Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=B2LF+nnCsqfEWVJ+bnhOLbx2ymHd3U3Zw9RPwiAYUxc=; b=Hx9BjY0niN6JWYyq0SF95HQS5hThED5fVK/dhfzrBXAb+xeY47Yr8YCzPzjsXFT1qb TYqdQ8JfavfE3YeSAO2yl4iQVa2LkOj4eqTsnY2EML3CXCBYCo9JP4UcVUtR3UYWxT5Q XiAU3hbz02PBscPA5wsdDT+xk7pB4masEVUdFCx++YkOycrCAjDVtUTJHFiLAa6clvrB L1I8IHpw3OrKW3fQUGAPeLGRhh28r/PKpsq2OkFcadbzYLUGum510WG7NJDqtV9uy1eU kv8FGEJ2gHD9vCAUk50nlzheONmIQy6fcwyBZsOrQ1mNJbX31t5XZ/15qzQcxzUrnJgw 36Vg== X-Gm-Message-State: AFqh2krM8x5XOputALx4HueFG4zN7yErEF4FWrIo9fgXdt3zk5v9yayo A7EGwZuyYN6x3xELO+NNHBh3Nelnrr0fQjn73Fzny7NYJjyjFA== X-Google-Smtp-Source: AMrXdXvDsK+IGn0eFNZqlB/ysXXBjn15ABqMRuDXz+ScvEX2iOMK488eqQSoa3fiU8WfJ6DW44VTiT7jABeQq6ec+JM= X-Received: by 2002:a67:cb89:0:b0:3ce:89c2:75e with SMTP id h9-20020a67cb89000000b003ce89c2075emr5227260vsl.34.1673253690724; Mon, 09 Jan 2023 00:41:30 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Aleksander Alekseev Date: Mon, 9 Jan 2023 11:41:19 +0300 Message-ID: Subject: Re: RFC: logical publication via inheritance root? To: Jacob Champion , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Jacob, > we have to deal with multiple inheritance somehow I would like to point out that we shouldn't necessarily support multiple inheritance in all the possible cases, at least not in the first implementation. Supporting simple cases of inheritance would be already a valuable feature even if it will have certain limitations. -- Best regards, Aleksander Alekseev