Обсуждение: Missing pg_seetings catalog name in table 49.1

Поиск
Список
Период
Сортировка

Missing pg_seetings catalog name in table 49.1

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/catalogs-overview.html
Description:

Table 49.1 on https://www.postgresql.org/docs/9.5/catalogs-overview.html
list system catalog. pg_seetings is not listed in the table.

Re: Missing pg_seetings catalog name in table 49.1

От
Daniel Gustafsson
Дата:
On Monday, April 1, 2019 8:33 AM, PG Doc comments form <noreply@postgresql.org> wrote:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.5/catalogs-overview.html
> Description:
>
> Table 49.1 on https://www.postgresql.org/docs/9.5/catalogs-overview.html
> list system catalog. pg_seetings is not listed in the table.

pg_settings is not a catalog, it's a view. The System Views section for the full
list: https://www.postgresql.org/docs/current/views-overview.html.

cheers ./daniel