2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 03:10:36 +00:00

Remove trailing spaces in file docs/source/advanced/hierarchy/databases/postgres_tips.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 98340ff848
commit 73aa34a17c

View File

@ -9,13 +9,13 @@ Using PostgreSQL
Use the psql command line utility to connect to the PostgreSQL database: ::
su - postgres
psql -h <hostname> -U xcatadm -d xcatdb
psql -h <hostname> -U xcatadm -d xcatdb
Useful Commands
---------------
* Show create statement for a table, for example prescripts table. ::
* Show create statement for a table, for example prescripts table. ::
/usr/bin/pg_dump xcatdb -U xcatadm -t prescripts
@ -26,7 +26,7 @@ Useful Commands
# drop the xcatdb
dropdb xcatdb
# remove the xcatadm database owner
# remove the xcatadm database owner
dropuser xcatadm
# clean up the postgresql files (necessary if you want to re-create the database)
@ -38,7 +38,7 @@ Useful Commands
su - postgres
psql -l
* Access the database: ::
* Access the database: ::
su - postgres
psql xcatdb