1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

In docs, rename "backwards compatibility" to "backward compatibility"

for consistency.
This commit is contained in:
Bruce Momjian
2011-03-11 14:33:10 -05:00
parent e3c732a85c
commit 7a8f43968a
8 changed files with 10 additions and 10 deletions

View File

@@ -384,7 +384,7 @@ RESET ROLE;
roles being used as SQL roles the <literal>INHERIT</> attribute, while
giving roles being used as SQL users the <literal>NOINHERIT</> attribute.
However, <productname>PostgreSQL</productname> defaults to giving all roles
the <literal>INHERIT</> attribute, for backwards compatibility with pre-8.1
the <literal>INHERIT</> attribute, for backward compatibility with pre-8.1
releases in which users always had use of permissions granted to groups
they were members of.
</para>