mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Remove trailing spaces in file docs/source/advanced/hierarchy/databases/postgres_using.rst
This commit is contained in:
		| @@ -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: :: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user