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 1sP6Yh-002tTC-9Q for pgsql-general@arkaria.postgresql.org; Wed, 03 Jul 2024 20:26:31 +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 1sP6Yf-00C3pX-1s for pgsql-general@arkaria.postgresql.org; Wed, 03 Jul 2024 20:26:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sP6Ye-00C3pP-NJ for pgsql-general@lists.postgresql.org; Wed, 03 Jul 2024 20:26:29 +0000 Received: from smtp125.iad3b.emailsrvr.com ([146.20.161.125]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sP6Yd-000FoB-2l for pgsql-general@lists.postgresql.org; Wed, 03 Jul 2024 20:26:28 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp16.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 03AD7C02BF; Wed, 3 Jul 2024 16:26:25 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: Description field for tables and views From: Christophe Pettus In-Reply-To: <8c98234b-0e33-37b4-e18d-433e10775154@gmail.com> Date: Wed, 3 Jul 2024 13:25:55 -0700 Cc: pgsql-general@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <341b85fb-0085-95ea-1177-fc96944295e2@gmail.com> <8c98234b-0e33-37b4-e18d-433e10775154@gmail.com> To: Kent Dorfman X-Mailer: Apple Mail (2.3774.600.62) X-Classification-ID: 0dc7b3a8-525a-4097-a563-76444c6155c5-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Jul 3, 2024, at 13:24, Kent Dorfman = wrote: > Is it SQL standard or postgres specific? It's not in the SQL standard (at the bottom of each page for each SQL = command is a note regarding its relationship with the SQL standard). = Other DBMS implement something similar, however.=