mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: Update limitations of partitions
David Rowley, Amit Langote
This commit is contained in:
		@@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
 | 
				
			|||||||
     <listitem>
 | 
					     <listitem>
 | 
				
			||||||
      <para>
 | 
					      <para>
 | 
				
			||||||
       While primary keys are supported on partitioned tables, foreign
 | 
					       While primary keys are supported on partitioned tables, foreign
 | 
				
			||||||
       keys referencing partitioned tables are not supported, nor are foreign
 | 
					       keys referencing partitioned tables are not supported.  (Foreign key
 | 
				
			||||||
       key references from a partitioned table to some other table.
 | 
					       references from a partitioned table to some other table are supported.)
 | 
				
			||||||
      </para>
 | 
					      </para>
 | 
				
			||||||
     </listitem>
 | 
					     </listitem>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
 | 
				
			|||||||
       version.
 | 
					       version.
 | 
				
			||||||
      </para>
 | 
					      </para>
 | 
				
			||||||
     </listitem>
 | 
					     </listitem>
 | 
				
			||||||
 | 
					 | 
				
			||||||
     <listitem>
 | 
					 | 
				
			||||||
      <para>
 | 
					 | 
				
			||||||
       Row triggers, if necessary, must be defined on individual partitions,
 | 
					 | 
				
			||||||
       not the partitioned table.
 | 
					 | 
				
			||||||
      </para>
 | 
					 | 
				
			||||||
     </listitem>
 | 
					 | 
				
			||||||
    </itemizedlist>
 | 
					    </itemizedlist>
 | 
				
			||||||
    </para>
 | 
					    </para>
 | 
				
			||||||
    </sect3>
 | 
					    </sect3>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user