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.96) (envelope-from ) id 1weYSr-004rmn-2J for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jun 2026 13:25:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1weYSq-008KaU-1Q for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jun 2026 13:25:24 +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.96) (envelope-from ) id 1we5mr-001TYr-2b for pgsql-docs@lists.postgresql.org; Mon, 29 Jun 2026 06:48:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1we5mo-00000000kNS-3RAx for pgsql-docs@lists.postgresql.org; Mon, 29 Jun 2026 06:48:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=g9/RLtZQ/JyDH2mZXbuWtPH58uVTTQ++7lmGPJAdaNs=; b=xaNpaSQwPiI6bJL7KJsw4uazrc oNRK87ZeTKZUIIOCjL4aM4k6m0f1AgRMYeEOowMSK0DRV9exUipYQGCyjN9dloyAkGKbKGXvJL7s2 /M1SOUGnQNvg9NhD1r5oiVgZSZUklMsdqwTIih/GFVHaXfXF35389ucI3p+5EujcZ9eewkSVIbphF vkEahUu3wZAgqX7Od5iD9bAySTkVT9F4T8k6syqSP8ThDXAnA9g145AmlOPreypQuXPD0CWRfk4b3 Xch7Yyg9OpDZwmPIZyFJWS/RVrE+XKyKalkiywgm+N0qdUxXqZ3TEWfd99Gnx8dGRSIWcSRao/fMt CACJ+1Bw==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1we5mn-0088np-09 for pgsql-docs@lists.postgresql.org; Mon, 29 Jun 2026 06:48:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1we5ml-005art-26 for pgsql-docs@lists.postgresql.org; Mon, 29 Jun 2026 06:48:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: glossary Delete To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: y.saburov@gmail.com Reply-To: y.saburov@gmail.com, pgsql-docs@lists.postgresql.org Date: Mon, 29 Jun 2026 06:48:00 +0000 Message-ID: <178271568076.108998.9355707947098009296@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/glossary.html Description: > An SQL command which removes rows from a given table or relation. but, glossary table : > A table is the most common form of relation in PostgreSQL. Why do you mean? Table OR relation. When a table is not a relation?