Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fb6154

Browse files
committed
Fix typos and bump catversion.
Typos reported by Álvaro Herrera and Erik Rijkers. Catversion bump for 3d14e17 was inadvertently omitted.
1 parent 3d14e17 commit 2fb6154

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

doc/src/sgml/ref/grant.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ GRANT <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace
252252
in a role to one or more other roles. Membership in a role is significant
253253
because it potentially allows access to the privileges granted to a role
254254
to each of its members, and potentially also the ability to make changes
255-
to the role itself. However, the actualy permisions conferred depend on
255+
to the role itself. However, the actual permisions conferred depend on
256256
the options associated with the grant.
257257
</para>
258258

src/bin/pg_dump/pg_dumpall.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,6 @@ dumpRoleMembership(PGconn *conn)
970970

971971
/*
972972
* Previous versions of PostgreSQL also did not have grant-level options.
973-
* INHERIT option.
974973
*/
975974
dump_grant_options = (server_version >= 160000);
976975

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/* yyyymmddN */
60-
#define CATALOG_VERSION_NO 202211121
60+
#define CATALOG_VERSION_NO 202211821
6161

6262
#endif

0 commit comments

Comments
 (0)