diff --git a/v20.2/pg-catalog.md b/v20.2/pg-catalog.md index 9c921e41e89..6e9e70b2f96 100644 --- a/v20.2/pg-catalog.md +++ b/v20.2/pg-catalog.md @@ -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` @@ -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 diff --git a/v21.1/pg-catalog.md b/v21.1/pg-catalog.md index 89d8244dc32..3ec7dc53723 100644 --- a/v21.1/pg-catalog.md +++ b/v21.1/pg-catalog.md @@ -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)