mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo
Reported using the website comment form
This commit is contained in:
		@@ -116,7 +116,7 @@ INSERT INTO products (product_no, name, price)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <tip>
 | 
					  <tip>
 | 
				
			||||||
   <para>
 | 
					   <para>
 | 
				
			||||||
    When inserting a lot of data at the same time, considering using
 | 
					    When inserting a lot of data at the same time, consider using
 | 
				
			||||||
    the <xref linkend="sql-copy"> command.
 | 
					    the <xref linkend="sql-copy"> command.
 | 
				
			||||||
    It is not as flexible as the <xref linkend="sql-insert">
 | 
					    It is not as flexible as the <xref linkend="sql-insert">
 | 
				
			||||||
    command, but is more efficient. Refer
 | 
					    command, but is more efficient. Refer
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user