diff options
author | Andrei Pavel <andrei@isc.org> | 2024-05-23 10:13:43 +0200 |
---|---|---|
committer | Slawek Figiel <slawek@isc.org> | 2024-05-23 14:18:15 +0200 |
commit | 561539d4c5342a09302adb2c11dd822d411d3ccc (patch) | |
tree | 1939c47cd102c476f42e1fee8d2ef241a1757674 | |
parent | [#2773] Update Hammer queries (diff) | |
download | kea-561539d4c5342a09302adb2c11dd822d411d3ccc.tar.xz kea-561539d4c5342a09302adb2c11dd822d411d3ccc.zip |
[#2773] Apply 2 suggestions to 2 files
-rw-r--r-- | doc/devel/unit-tests.dox | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/admin.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index e289c92b24..8c136f7370 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -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>, diff --git a/doc/sphinx/arm/admin.rst b/doc/sphinx/arm/admin.rst index 3031cb92be..09f2c37d8f 100644 --- a/doc/sphinx/arm/admin.rst +++ b/doc/sphinx/arm/admin.rst @@ -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": |