From d33cc58e0acca79231e7d0a4de6e9507aaee530f Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/advanced/hierarchy/databases/postgres_using.rst --- docs/source/advanced/hierarchy/databases/postgres_using.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/advanced/hierarchy/databases/postgres_using.rst b/docs/source/advanced/hierarchy/databases/postgres_using.rst index b757333c9..fe56eed5e 100644 --- a/docs/source/advanced/hierarchy/databases/postgres_using.rst +++ b/docs/source/advanced/hierarchy/databases/postgres_using.rst @@ -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 - # example, for prescripts table: + # example, for prescripts table: /usr/bin/pg_dump xcatdb -U xcatadm -t prescripts List all databases in postgres: ::