Revision 13481
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2547 | 2547 |
LANGUAGE sql STABLE |
2548 | 2548 |
AS $_$ |
2549 | 2549 |
SELECT COALESCE($$COMMENT ON TABLE $$||$1||$$ IS $$ |
2550 |
||quote_literal($2)/*pass NULL through*/, ''/*no comment*/) |
|
2550 |
||quote_literal($2)/*pass NULL through*/||$$;$$, ''/*no comment*/)
|
|
2551 | 2551 |
$_$; |
2552 | 2552 |
|
2553 | 2553 |
|
Also available in: Unified diff
fix: schemas/util.sql: mk_set_comment(): added ;