mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: Change statistics function xref to the right target
Commit7d3b7011badded a link to the statistics functions, which at the time were anchored under the section for statistics views.aebe989477added a separate section for statistics functions, but the link was not updated to point to the new anchor. Fix by changing the xref. Backpatch to all supported branches. Author: Peter Smith <peter.b.smith@fujitsu.com> Discussion: https://postgr.es/m/CAHut+Ptr0jKzNNtWnssLq+3jNhbyaBseqf6NPrWHk08mQFRoTg@mail.gmail.com Backpatch-through: 11
This commit is contained in:
		@@ -22727,7 +22727,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
 | 
			
		||||
  <para>
 | 
			
		||||
   In addition to the functions listed in this section, there are a number of
 | 
			
		||||
   functions related to the statistics system that also provide system
 | 
			
		||||
   information. See <xref linkend="monitoring-stats-views"/> for more
 | 
			
		||||
   information. See <xref linkend="monitoring-stats-functions"/> for more
 | 
			
		||||
   information.
 | 
			
		||||
  </para>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user