]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2773] Apply 2 suggestions to 2 files
authorAndrei Pavel <andrei@isc.org>
Thu, 23 May 2024 08:13:43 +0000 (08:13 +0000)
committerSlawek Figiel <slawek@isc.org>
Thu, 23 May 2024 12:18:15 +0000 (14:18 +0200)
doc/devel/unit-tests.dox
doc/sphinx/arm/admin.rst

index e289c92b246f1cec89df13418c0b46a2fa009174..8c136f73705192636fb25f1e1a9c2036f8f4c45a 100644 (file)
@@ -299,7 +299,7 @@ postgres=# \q
   However, this only affects tables which exist when the privileges are granted.
   To ensure that the user has specific privileges to tables dynamically created
   by the unit tests, the default schema privileges must be altered.
-  In the Postgres 15.0+, you need to explicitly grant privileges to access to
+  In Postgres 15.0+, you need to explicitly grant privileges to access
   the ``public`` schema.
 
   The following example demonstrates how to create the user <i>keatest_readonly</i>,
index 3031cb92be29fe081c59c400e277be29eca5340d..09f2c37d8f2ddfa151dceb5e7244a390421e29b8 100644 (file)
@@ -591,8 +591,8 @@ The PostgreSQL database schema can be upgraded using the same tool and
 commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
 database backend type must be used in the commands.
 
-If you upgraded your Postgres database from a version prior 15.0, you need to grant
-the additional privileges to the user:
+If you upgraded your Postgres database from a version prior to 15.0, you need to
+grant additional privileges to the user:
 
 First, log into PostgreSQL as "postgres":