opentelekomcloud-docs / relational-database-service

Open Telekom Cloud Relational Database Service docs
Apache License 2.0
0 stars 0 forks source link

Connecting to a DB Instance Through psql #33

Open tischrei opened 1 year ago

tischrei commented 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
onszekel commented 11 months ago

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.