Revision 14316
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2071 | 2071 |
-- |
2072 | 2072 |
|
2073 | 2073 |
COMMENT ON FUNCTION derived_cols_populate(table_ regclass) IS ' |
2074 |
**WARNING**: this function will sometimes not repopulate columns when needed, |
|
2075 |
such as after changing the column order. in these cases, it is necessary to run |
|
2076 |
util.derived_cols_repopulate() manually. |
|
2077 |
|
|
2074 | 2078 |
idempotent, and only runs if needed |
2075 | 2079 |
'; |
2076 | 2080 |
|
Also available in: Unified diff
fix: schemas/util.sql: derived_cols_populate(): documented that this function will sometimes not repopulate columns when needed, such as after changing the column order. in these cases, it is necessary to run util.derived_cols_repopulate() manually.