Revision 12276
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/util.sql | ||
---|---|---|
1633 | 1633 |
LANGUAGE sql |
1634 | 1634 |
AS $_$ |
1635 | 1635 |
SELECT util.create_if_not_exists($$CREATE TABLE $$||$1||$$ AS |
1636 |
$$||$2)
|
|
1636 |
$$||util.ltrim_nl($2))
|
|
1637 | 1637 |
$_$; |
1638 | 1638 |
|
1639 | 1639 |
|
Also available in: Unified diff
fix: schemas/util.sql: materialize_query(): remove any extra blank line before the query, to improve readability when newlines are used as a log message separator and are therefore confusing in the middle of a log message