Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
postgresql: Corrected language and link formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-joerger-aiven committed Dec 26, 2023
1 parent f2962d3 commit ee37f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/products/postgresql/howto/list-dba-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Database administration tasks
:shadow: md
:margin: 2 2 0 0

.. grid-item-card:: :doc:`Use the PostgreSQL® pg_repack extension </docs/productspostgresql/howto/use-pg-repack-extension>`
.. grid-item-card:: :doc:`Use the PostgreSQL® pg_repack extension </docs/products/postgresql/howto/use-pg-repack-extension>`
:shadow: md
:margin: 2 2 0 0

Expand Down Expand Up @@ -77,4 +77,4 @@ Database administration tasks

.. grid-item-card:: :doc:`Restrict access to databases or tables in Aiven for PostgreSQL®". </docs/products/postgresql/howto/readonly-user>`
:shadow: md
:margin: 2 2 0 0
:margin: 2 2 0 0
4 changes: 2 additions & 2 deletions docs/products/postgresql/howto/readonly-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Set read-only access in a database
You can set up the read-only access for a specific user's role in a particular database.

1. Create a new database which will be used as a template ``CREATE DATABASE ro_<name>_template...``
2. Update the standardizable information of the database
3. When creating a new database, use ``CREATE DATABASE <name> WITH TEMPLATE = 'ro_<name>_template'``
2. For the new template database, set permissions and roles that you want as default ones in the template.
3. When creating a new database, use ``CREATE DATABASE <name> WITH TEMPLATE = 'ro_<name>_template'``

0 comments on commit ee37f6b

Please sign in to comment.