Missing pg_seetings catalog name in table 49.1

Started by PG Bug reporting formabout 7 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.

#2Daniel Gustafsson
daniel@yesql.se
In reply to: PG Bug reporting form (#1)
Re: Missing pg_seetings catalog name in table 49.1

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