浏览代码

Update password_reset.rst

Len 9 年之前
父节点
当前提交
27598db8de
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      source/additional_information/password_reset.rst

+ 5 - 1
source/additional_information/password_reset.rst

@@ -38,7 +38,11 @@ Password Reset
 **PostgreSQL**
 **PostgreSQL**
 ^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^
 
 
-| Connect to the PostgreSQL database. Once you are running psql you can use \l to list the databases and \c to connect to one of them. After running the SQL Query then use \q to quit.
+| Connect to the PostgreSQL database. Once you are running psql you can use:
+
+* \\l to list the databases.
+* \\c to connect to one of them.
+* After running the SQL Query then use \q to quit.
 
 
 ::
 ::