Skip to content

Commit

Permalink
Updates to pg_catalog tables (#10214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericharmeling authored Mar 31, 2021
1 parent 482bce9 commit 8b7875e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions v20.2/pg-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PostgreSQL 13 system catalog | `pg_catalog` table
`pg_indexes` | `pg_indexes`
`pg_inherits` | `pg_inherits`
`pg_init_privs` | None
`pg_language` | None
`pg_language` | `pg_language` (empty)
`pg_largeobject` | None
`pg_largeobject_metadata` | None
`pg_locks` | `pg_locks`
Expand All @@ -59,8 +59,8 @@ PostgreSQL 13 system catalog | `pg_catalog` table
`pg_partitioned_table` | None
`pg_policies` | None
`pg_policy` | None
`pg_prepared_statements` | `pg_prepared_statements`
`pg_prepared_xacts` | `pg_prepared_xacts`
`pg_prepared_statements` | `pg_prepared_statements` (empty)
`pg_prepared_xacts` | `pg_prepared_xacts` (empty)
`pg_proc` | `pg_proc`
`pg_publication` | None
`pg_publication_rel` | None
Expand Down
4 changes: 2 additions & 2 deletions v21.1/pg-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ PostgreSQL 13 system catalog | `pg_catalog` table
`pg_partitioned_table` | None
`pg_policies` | `pg_policies` (empty)
`pg_policy` | None
`pg_prepared_statements` | `pg_prepared_statements`
`pg_prepared_xacts` | `pg_prepared_xacts`
`pg_prepared_statements` | `pg_prepared_statements` (empty)
`pg_prepared_xacts` | `pg_prepared_xacts` (empty)
`pg_proc` | `pg_proc`
`pg_publication` | `pg_publication` (empty)
`pg_publication_rel` | `pg_publication_rel` (empty)
Expand Down

0 comments on commit 8b7875e

Please sign in to comment.