Re: Replace is_publishable_class() with relispublishable column in pg_class
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Peter Smith <smithpb2250@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Dilip Kumar <dilipbalaut@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-17T15:29:56Z
Lists: pgsql-hackers
On 17.12.25 08:07, Peter Smith wrote: > 0. AFAIK, anything named with a "pg_" prefix generally means that the > named thing is intended for PG internal use, right? This might be a convention, but it's not enforced by the system, except for some object types like schemas and tablespaces.