Project

General

Profile

« Previous | Next » 

Revision 12555

schemas/util.sql: mk_diff_query(): indented left_ table to line up vertically with right_, for easier comparison of the left_/right_ table names

View differences:

util.sql
2057 2057
SELECT
2058 2058
$$SELECT
2059 2059
$$||$3||$$
2060
FROM $$||$1||$$ left_
2060
FROM      $$||$1||$$ left_
2061 2061
FULL JOIN $$||$2||$$ right_
2062 2062
ON $$||$4||$$
2063 2063
WHERE $$||$5||$$

Also available in: Unified diff