File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ postgres=# \q
299
299
However, this only affects tables which exist when the privileges are granted.
300
300
To ensure that the user has specific privileges to tables dynamically created
301
301
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
303
303
the ``public`` schema.
304
304
305
305
The following example demonstrates how to create the user <i>keatest_readonly</i>,
Original file line number Diff line number Diff line change @@ -591,8 +591,8 @@ The PostgreSQL database schema can be upgraded using the same tool and
591
591
commands as described in :ref: `mysql-upgrade `, with the exception that the "pgsql"
592
592
database backend type must be used in the commands.
593
593
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:
596
596
597
597
First, log into PostgreSQL as "postgres":
598
598
You can’t perform that action at this time.
0 commit comments