Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to a DB Instance Through psql #33

Open
tischrei opened this issue Jul 14, 2023 · 1 comment
Open

Connecting to a DB Instance Through psql #33

tischrei opened this issue Jul 14, 2023 · 1 comment
Assignees

Comments

@tischrei
Copy link
Contributor

tischrei commented Jul 14, 2023

Issue on page: https://github.com/opentelekomcloud-docs/relational-database-service/blob/main/umn/source/getting_started_with_rds_for_postgresql/step_2_connect_to_a_db_instance/connecting_to_a_postgresql_db_instance_through_a_private_network/connecting_to_a_db_instance_through_psql.rst

On the manuals there are several commands written without using code blocks which looks weird, for instance the following part:

**psql --no-readline -U <user> -h <host> -p <port> -d <datastore> -W**

A code-block directive should be used instead:

  .. code-block::

     psql --no-readline -U <user> -h <host> -p <port> -d <datastore> -W
@onszekel onszekel self-assigned this Nov 17, 2023
@onszekel
Copy link

onszekel commented Nov 17, 2023

Hi @tischrei ,
sorry for the late answer. The document provider had been addressed about the issue, I will inform you as soon as we get some updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants