mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	WITH support in MERGE
Author: Peter Geoghegan Recursive support removed, no tests Docs added by me
This commit is contained in:
		@@ -1519,6 +1519,7 @@ typedef struct MergeStmt
 | 
			
		||||
	Node	   *source_relation;	/* source relation */
 | 
			
		||||
	Node	   *join_condition; /* join condition between source and target */
 | 
			
		||||
	List	   *mergeActionList;	/* list of MergeAction(s) */
 | 
			
		||||
	WithClause *withClause;		/* WITH clause */
 | 
			
		||||
} MergeStmt;
 | 
			
		||||
 | 
			
		||||
typedef struct MergeAction
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user