diff options
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 2 | ||||
-rw-r--r-- | src/bin/pg_dump/pg_dumpall.c | 1 | ||||
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index d5911ff9427..5ae523f4b3a 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -252,7 +252,7 @@ GRANT <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace in a role to one or more other roles. Membership in a role is significant because it potentially allows access to the privileges granted to a role to each of its members, and potentially also the ability to make changes - to the role itself. However, the actualy permisions conferred depend on + to the role itself. However, the actual permisions conferred depend on the options associated with the grant. </para> diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index 76a186b6394..a87262e3335 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -970,7 +970,6 @@ dumpRoleMembership(PGconn *conn) /* * Previous versions of PostgreSQL also did not have grant-level options. - * INHERIT option. */ dump_grant_options = (server_version >= 160000); diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index c6ef593207c..b3a57136b75 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202211121 +#define CATALOG_VERSION_NO 202211821 #endif |