mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Doc: fix typo in SECURITY LABEL synopsis.
One case missed its trailing "|". Reported by Tim Needham. Discussion: https://postgr.es/m/170833547220.3279712.700702770281879175@wrigleys.postgresql.org
This commit is contained in:
		@@ -29,7 +29,7 @@ SECURITY LABEL [ FOR <replaceable class="parameter">provider</replaceable> ] ON
 | 
			
		||||
  DATABASE <replaceable class="parameter">object_name</replaceable> |
 | 
			
		||||
  DOMAIN <replaceable class="parameter">object_name</replaceable> |
 | 
			
		||||
  EVENT TRIGGER <replaceable class="parameter">object_name</replaceable> |
 | 
			
		||||
  FOREIGN TABLE <replaceable class="parameter">object_name</replaceable>
 | 
			
		||||
  FOREIGN TABLE <replaceable class="parameter">object_name</replaceable> |
 | 
			
		||||
  FUNCTION <replaceable class="parameter">function_name</replaceable> [ ( [ [ <replaceable class="parameter">argmode</replaceable> ] [ <replaceable class="parameter">argname</replaceable> ] <replaceable class="parameter">argtype</replaceable> [, ...] ] ) ] |
 | 
			
		||||
  LARGE OBJECT <replaceable class="parameter">large_object_oid</replaceable> |
 | 
			
		||||
  MATERIALIZED VIEW <replaceable class="parameter">object_name</replaceable> |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user