mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: clarify syntax notation, particularly parentheses
Also move TCL syntax to the PL/tcl section. Reported-by: davs2rt@gmail.com Discussion: https://postgr.es/m/164308146320.12460.3590769444508751574@wrigleys.postgresql.org Backpatch-through: 10
This commit is contained in:
		@@ -320,8 +320,10 @@ $$ LANGUAGE pltcl;
 | 
			
		||||
    <title>Database Access from PL/Tcl</title>
 | 
			
		||||
 | 
			
		||||
    <para>
 | 
			
		||||
     The following commands are available to access the database from
 | 
			
		||||
     the body of a PL/Tcl function:
 | 
			
		||||
     In this section, we follow the usual Tcl convention of using question
 | 
			
		||||
     marks, rather than brackets, to indicate an optional element in a
 | 
			
		||||
     syntax synopsis.  The following commands are available to access
 | 
			
		||||
     the database from the body of a PL/Tcl function:
 | 
			
		||||
 | 
			
		||||
    <variablelist>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user