*** a/doc/src/sgml/plpgsql.sgml --- b/doc/src/sgml/plpgsql.sgml *************** *** 1023,1032 **** DELETE ... RETURNING expressions INTO STRIC ! If a row or a variable list is used as target, the query's result columns ! must exactly match the structure of the target as to number and data ! types, or else a run-time error ! occurs. When a record variable is the target, it automatically configures itself to the row type of the query result columns. --- 1023,1029 ---- ! When a record variable is the target, it automatically configures itself to the row type of the query result columns.