Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIFIl-007H4q-J9 for pgsql-www@arkaria.postgresql.org; Tue, 26 Dec 2023 21:49:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rIFIk-00G5d1-91 for pgsql-www@arkaria.postgresql.org; Tue, 26 Dec 2023 21:49:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIFIk-00G5ct-2D for pgsql-www@lists.postgresql.org; Tue, 26 Dec 2023 21:49:26 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIFId-00E2RM-IN for pgsql-www@lists.postgresql.org; Tue, 26 Dec 2023 21:49:25 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 284291BF203; Tue, 26 Dec 2023 21:49:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postgresfriends.org; s=gm1; t=1703627358; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+MRbfCO6Eh/zpF1hGG0qOOcHCEz/jFRY9Mq6b2wFiRk=; b=g2nIfK4gbbEyiRdRK2zf2AaTmPP+cHkkf0h4e+R607cl04qIOGTloPCm5qWmK8lITQV/lY Etwb+HJ/kgUyGqLhgA2hA2nQrSg3qBPrvY1CpTF2ARWBo3q9TqTkDO7PUEac4AZoJSzWGx Wb7HY/ZgaPFoSSBBJnRoVbT1R0Cc6BksbosCbZPzUYD2l/sQCOYJ5kjNl/GPF+9jVoEzvT lcvXue1SfTfkIf4fd7iHE3wJo4OXtE8cd7OjRoOl0YqTiJPDoCilWMJOP+Ys4hwMACjhwr zo2nvL01hR9jUazZAqSyHXV58aG7ujJ+jEw5qk0xRpDZnlKYKcT/xqwSPdf3hA== Message-ID: <286d0148-0fd0-49ff-ae85-d0628674f63f@postgresfriends.org> Date: Tue, 26 Dec 2023 22:49:16 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Describing Postgres as "object-relational" on the home page Content-Language: en-US To: Tom Lane , Bruce Momjian Cc: "Karl O. Pinc" , pgsql-www@lists.postgresql.org References: <20231226131047.493259f8@slate.karlpinc.com> <2321548.1703625666@sss.pgh.pa.us> From: Vik Fearing In-Reply-To: <2321548.1703625666@sss.pgh.pa.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: vik@postgresfriends.org List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 12/26/23 22:21, Tom Lane wrote: > Bruce Momjian writes: >> On Tue, Dec 26, 2023 at 01:10:47PM -0600, Karl O. Pinc wrote: >>> It may be better to just say "relational". > >> I guess if I had to name this with no precedence, I would call it >> relational/extendable, but that seems even worse that what we have. > > Call it an "extensible relational database"? I agree that the > "object" part is out of date and no longer much of a focal point. Especially considering we hardly implement any of the object features at all. We have table inheritance, and that's about it. -- Vik Fearing