2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#2773] Apply 2 suggestions to 2 files

This commit is contained in:
Andrei Pavel
2024-05-23 08:13:43 +00:00
committed by Slawek Figiel
parent be86521a42
commit 561539d4c5
2 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ postgres=# \q
However, this only affects tables which exist when the privileges are granted. However, this only affects tables which exist when the privileges are granted.
To ensure that the user has specific privileges to tables dynamically created To ensure that the user has specific privileges to tables dynamically created
by the unit tests, the default schema privileges must be altered. 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 ``public`` schema.
The following example demonstrates how to create the user <i>keatest_readonly</i>, The following example demonstrates how to create the user <i>keatest_readonly</i>,

View 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" commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
database backend type must be used in the commands. 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 If you upgraded your Postgres database from a version prior to 15.0, you need to
the additional privileges to the user: grant additional privileges to the user:
First, log into PostgreSQL as "postgres": First, log into PostgreSQL as "postgres":