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 1rmZcU-008grr-H3 for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Mar 2024 13:35:10 +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 1rmZcS-00ESYP-F0 for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Mar 2024 13:35:08 +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 1rmZcS-00ESYH-5G for pgsql-hackers@lists.postgresql.org; Tue, 19 Mar 2024 13:35:08 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rmZcL-005My5-ES for pgsql-hackers@lists.postgresql.org; Tue, 19 Mar 2024 13:35:07 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 42JDYvXZ3811692; Tue, 19 Mar 2024 09:34:57 -0400 From: Tom Lane To: Alvaro Herrera cc: Pg Hackers Subject: Re: minor tweak to catalogs.sgml pg_class.reltablespace In-reply-to: <202403191034.scijmnv5lvll@alvherre.pgsql> References: <202403191034.scijmnv5lvll@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Tue, 19 Mar 2024 11:34:15 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3811690.1710855297.1@sss.pgh.pa.us> Date: Tue, 19 Mar 2024 09:34:57 -0400 Message-ID: <3811691.1710855297@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > While reviewing the patch for SET ACCESS METHOD[1] I noticed that > pg_class.relam is not documented fully for partitioned tables, so I > proposed the attached. The bit about "(Not meaningful if the relation has no on-disk file.)" is not correct, and now it's adjacent to text that contradicts it. Maybe more like The tablespace in which this relation is stored. If zero, the database's default tablespace is implied. Not meaningful if the relation has no on-disk file, except for partitioned tables, where this is the tablespace in which partitions will be created when one is not specified in the creation command. regards, tom lane