mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Further improve documentation about --quote-all-identifiers switch.
Mention it in the Notes section too, per suggestion from David Johnston. Discussion: <20160520165824.22598.31426@wrigleys.postgresql.org>
This commit is contained in:
		
							parent
							
								
									960be4a998
								
							
						
					
					
						commit
						50e5315a58
					
				| @ -1176,6 +1176,9 @@ CREATE DATABASE foo WITH TEMPLATE template0; | |||||||
|    dump was taken from a server of that version.  Loading a dump file |    dump was taken from a server of that version.  Loading a dump file | ||||||
|    into an older server may require manual editing of the dump file |    into an older server may require manual editing of the dump file | ||||||
|    to remove syntax not understood by the older server. |    to remove syntax not understood by the older server. | ||||||
|  |    Use of the <option>--quote-all-identifiers</option> option is recommended | ||||||
|  |    in cross-version cases, as it can prevent problems arising from varying | ||||||
|  |    reserved-word lists in different <productname>PostgreSQL</> versions. | ||||||
|   </para> |   </para> | ||||||
|  </refsect1> |  </refsect1> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user