Project

General

Profile

« Previous | Next » 

Revision 14316

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.

View differences:

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