Skip to content

Commit 561539d

Browse files
andrei-pavelfivitti
authored andcommitted
[#2773] Apply 2 suggestions to 2 files
1 parent be86521 commit 561539d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/devel/unit-tests.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ postgres=# \q
299299
However, this only affects tables which exist when the privileges are granted.
300300
To ensure that the user has specific privileges to tables dynamically created
301301
by the unit tests, the default schema privileges must be altered.
302-
In the Postgres 15.0+, you need to explicitly grant privileges to access to
302+
In Postgres 15.0+, you need to explicitly grant privileges to access
303303
the ``public`` schema.
304304

305305
The following example demonstrates how to create the user <i>keatest_readonly</i>,

doc/sphinx/arm/admin.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ The PostgreSQL database schema can be upgraded using the same tool and
591591
commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
592592
database backend type must be used in the commands.
593593

594-
If you upgraded your Postgres database from a version prior 15.0, you need to grant
595-
the additional privileges to the user:
594+
If you upgraded your Postgres database from a version prior to 15.0, you need to
595+
grant additional privileges to the user:
596596

597597
First, log into PostgreSQL as "postgres":
598598

0 commit comments

Comments
 (0)