2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +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.
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>,