2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

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

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

View File

@ -12,8 +12,8 @@ Using ``psql``, connect to the xcat database: ::
list the xCAT tables: ::
xcatdb=> \dt
show the entries in the nodelist table: ::
show the entries in the nodelist table: ::
xcatdb=> select * from nodelist;
@ -29,7 +29,7 @@ Show the SQL create statement for a table: ::
/usr/bin/pg_dump_xcatdb -U xcatadm -t <table_name>
# example, for prescripts table:
# example, for prescripts table:
/usr/bin/pg_dump xcatdb -U xcatadm -t prescripts
List all databases in postgres: ::