Project

General

Profile

« Previous | Next » 

Revision 12290

fix: schemas/util.sql: diff(regclass, regclass): usage: text arguments must be cast to regclass to bind the right variant of diff()

View differences:

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

  
991 991

  

Also available in: Unified diff