Re: Bug in psql
От | Tom Lane |
---|---|
Тема | Re: Bug in psql |
Дата | |
Msg-id | 403205.1738599597@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Bug in psql (Chris BSomething <xpusostomos@gmail.com>) |
Список | 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 по дате отправления: