Re: Bug in psql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug in psql
Date
Msg-id 403205.1738599597@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in psql  (Chris BSomething <xpusostomos@gmail.com>)
List pgsql-bugs
Chris BSomething <xpusostomos@gmail.com> writes:
> Who exactly in user land is edified by referring to indexes as relations?

They're relations because they have pg_class and pg_attribute entries.
If the system catalogs were something that no user ever looked at,
maybe this would not matter; but that's not how business is done with
Postgres.

They're also relations because they have storage.  (Admittedly, there
are relations that don't have storage, like views.)  If we didn't
collect everything with storage under the term "relation", we'd need
some other term whenever we want to talk about physical files.

> Surely
> it's not beyond a moderately talented person to come up with something.

The trick is to come up with something that will garner a consensus
that it's an improvement.  As mentioned already, feel free to make
a concrete proposal.  Don't expect that somebody else will.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Sachin Konde-Deshmukh
Date:
Subject: Re: BUG #18789: logical replication slots are deleted after failovers
Next
From: PG Bug reporting form
Date:
Subject: BUG #18792: Segmentaion Fault error when changing new parameter synchronized_standby_slots