mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix description of archive format which pg_restore -j supports.
This commit is contained in:
		@@ -265,8 +265,9 @@
 | 
				
			|||||||
       </para>
 | 
					       </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        Only the custom archive format is supported with this option.
 | 
					        Only the custom and directory archive formats are supported
 | 
				
			||||||
        The input file must be a regular file (not, for example, a
 | 
					        with this option.
 | 
				
			||||||
 | 
					        The input must be a regular file or directory (not, for example, a
 | 
				
			||||||
        pipe).  This option is ignored when emitting a script rather
 | 
					        pipe).  This option is ignored when emitting a script rather
 | 
				
			||||||
        than connecting directly to a database server.  Also, multiple
 | 
					        than connecting directly to a database server.  Also, multiple
 | 
				
			||||||
        jobs cannot be used together with the
 | 
					        jobs cannot be used together with the
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user