Project

General

Profile

« Previous | Next » 

Revision 12291

fix: schemas/util.sql: diff(regclass, regclass): usage: col_type_null must actually be a shared base type of the tables

View differences:

trunk/schemas/util.sql
983 983
--
984 984

  
985 985
COMMENT ON FUNCTION diff(left_table regclass, right_table regclass, col_type_null anyelement, OUT left_ anyelement, OUT right_ anyelement) IS '
986
col_type_null (*required*): NULL::col_type
986
col_type_null (*required*): NULL::shared_base_type
987 987
usage:
988
SELECT * FROM util.diff(''"left_table"''::regclass, ''"right_table"''::regclass, NULL::text)
988
SELECT * FROM util.diff(''"left_table"''::regclass, ''"right_table"''::regclass, NULL::shared_base_type)
989 989
';
990 990

  
991 991

  

Also available in: Unified diff