Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2fb6154

Browse files
committed
Fix typos and bump catversion.
Typos reported by Álvaro Herrera and Erik Rijkers.Catversion bump for3d14e17 wasinadvertently omitted.
1 parent3d14e17 commit2fb6154

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, theactualy permisions conferred depend on
255+
to the role itself. However, theactual 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-
#defineCATALOG_VERSION_NO202211121
60+
#defineCATALOG_VERSION_NO202211821
6161

6262
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp