We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
onszekel
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: