mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: add commas after 'i.e.' and 'e.g.'
This follows the American format, https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention of requiring this format for future text, but making existing text consistent every few years makes sense. Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us Backpatch-through: 9.5
This commit is contained in:
		@@ -86,7 +86,7 @@ CREATE EVENT TRIGGER <replaceable class="parameter">name</replaceable>
 | 
			
		||||
      A list of values for the
 | 
			
		||||
      associated <replaceable class="parameter">filter_variable</replaceable>
 | 
			
		||||
      for which the trigger should fire.  For <literal>TAG</literal>, this means a
 | 
			
		||||
      list of command tags (e.g. <literal>'DROP FUNCTION'</literal>).
 | 
			
		||||
      list of command tags (e.g., <literal>'DROP FUNCTION'</literal>).
 | 
			
		||||
     </para>
 | 
			
		||||
    </listitem>
 | 
			
		||||
   </varlistentry>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user