Revision 12434
Added by Aaron Marcuse-Kubitza almost 11 years ago
util.sql | ||
---|---|---|
1017 | 1017 |
LANGUAGE sql |
1018 | 1018 |
AS $_$ |
1019 | 1019 |
SELECT * FROM util.diff($1::text, $2::text, $3, |
1020 |
util.has_single_row($1) AND util.has_single_row($2)) |
|
1020 |
single_row := util.has_single_row($1) AND util.has_single_row($2), |
|
1021 |
search_path := util.schema($3)) |
|
1021 | 1022 |
$_$; |
1022 | 1023 |
|
1023 | 1024 |
|
Also available in: Unified diff
schemas/util.sql: diff(regclass, regclass): support custom %== by including the col_type_null's schema in the search_path