Revision 13397
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2227 | 2227 |
|
2228 | 2228 |
SELECT util.append_comment($1, ' |
2229 | 2229 |
contents generated from: |
2230 |
'||util.ltrim_nl($2)||';
|
|
2230 |
'||util.ltrim_nl(util.runnable_sql($2))||';
|
|
2231 | 2231 |
'); |
2232 | 2232 |
$_$; |
2233 | 2233 |
|
Also available in: Unified diff
bugfix: schemas/util.sql: materialize_query(): contents generated from: need to include search_path so query is runnable