Re: minor tweak to catalogs.sgml pg_class.reltablespace - Mailing list pgsql-hackers

From Tom Lane
Subject Re: minor tweak to catalogs.sgml pg_class.reltablespace
Date
Msg-id 3811691.1710855297@sss.pgh.pa.us
Whole thread Raw
In response to minor tweak to catalogs.sgml pg_class.reltablespace  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: minor tweak to catalogs.sgml pg_class.reltablespace
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> 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



pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Possibility to disable `ALTER SYSTEM`
Next
From: Daniel Gustafsson
Date:
Subject: Re: Reducing connection overhead in pg_upgrade compat check phase