Open tischrei opened 1 year ago
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
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.
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:
A code-block directive should be used instead: