mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add XML ID attributes to create_publication.sgml.
This commit adds XML ID attributes to all varlistentries in create_publication.sgml. This allows us to include links to refer to publication options, making documents more readable. Author: Kuroda Hayato Reviewed-by: Peter Smith, Amit Kapila Discussion: https://postgr.es/m/TYAPR01MB58668219FEA4EC231486A433F58E9@TYAPR01MB5866.jpnprd01.prod.outlook.com
This commit is contained in:
		@@ -2145,9 +2145,10 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
 | 
			
		||||
   information about the mapping between publications and information of
 | 
			
		||||
   tables they contain.  Unlike the underlying catalog
 | 
			
		||||
   <link linkend="catalog-pg-publication-rel"><structname>pg_publication_rel</structname></link>,
 | 
			
		||||
   this view expands publications defined as <literal>FOR ALL TABLES</literal>
 | 
			
		||||
   and <literal>FOR TABLES IN SCHEMA</literal>, so for such publications
 | 
			
		||||
   there will be a row for each eligible table.
 | 
			
		||||
   this view expands publications defined as
 | 
			
		||||
   <link linkend="sql-createpublication-for-all-tables"><literal>FOR ALL TABLES</literal></link>
 | 
			
		||||
   and <link linkend="sql-createpublication-for-tables-in-schema"><literal>FOR TABLES IN SCHEMA</literal></link>,
 | 
			
		||||
   so for such publications there will be a row for each eligible table.
 | 
			
		||||
  </para>
 | 
			
		||||
 | 
			
		||||
  <table>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user