mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	doc: Minor wording changes
From: Dmitry Igrishin <dmitigr@gmail.com>
This commit is contained in:
		
							parent
							
								
									a03bda323b
								
							
						
					
					
						commit
						82881b2b43
					
				| @ -125,11 +125,11 @@ | |||||||
|     If an <command>INSERT</command> contains an <literal>ON CONFLICT |     If an <command>INSERT</command> contains an <literal>ON CONFLICT | ||||||
|     DO UPDATE</> clause, it is possible that the effects of all |     DO UPDATE</> clause, it is possible that the effects of all | ||||||
|     row-level <literal>BEFORE</> <command>INSERT</command> triggers |     row-level <literal>BEFORE</> <command>INSERT</command> triggers | ||||||
|     and all row-level BEFORE <command>UPDATE</command> triggers can |     and all row-level <literal>BEFORE</literal> <command>UPDATE</command> triggers can | ||||||
|     both be applied in a way that is apparent from the final state of |     both be applied in a way that is apparent from the final state of | ||||||
|     the updated row, if an <varname>EXCLUDED</> column is referenced. |     the updated row, if an <varname>EXCLUDED</> column is referenced. | ||||||
|     There need not be an <varname>EXCLUDED</> column reference for |     There need not be an <varname>EXCLUDED</> column reference for | ||||||
|     both sets of BEFORE row-level triggers to execute, though.  The |     both sets of row-level <literal>BEFORE</literal> triggers to execute, though.  The | ||||||
|     possibility of surprising outcomes should be considered when there |     possibility of surprising outcomes should be considered when there | ||||||
|     are both <literal>BEFORE</> <command>INSERT</command> and |     are both <literal>BEFORE</> <command>INSERT</command> and | ||||||
|     <literal>BEFORE</> <command>UPDATE</command> row-level triggers |     <literal>BEFORE</> <command>UPDATE</command> row-level triggers | ||||||
| @ -327,7 +327,7 @@ | |||||||
|       <para> |       <para> | ||||||
|        Statement-level triggers follow simple visibility rules: none of |        Statement-level triggers follow simple visibility rules: none of | ||||||
|        the changes made by a statement are visible to statement-level |        the changes made by a statement are visible to statement-level | ||||||
|        triggers that are invoked before the statement, whereas all |        <literal>BEFORE</literal> triggers, whereas all | ||||||
|        modifications are visible to statement-level <literal>AFTER</> |        modifications are visible to statement-level <literal>AFTER</> | ||||||
|        triggers. |        triggers. | ||||||
|       </para> |       </para> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user