|
@@ -38,7 +38,11 @@ Password Reset
|
|
|
**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.
|
|
|
|
|
|
::
|
|
|
|