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: ::