Hi All,
while trying to find an error in my postgres server log, it occurred to me that life would be easier wiuthout 2056 instances of the lines:
NOTICE: identifier "workflow_case__sweep_timed_transitions" will be truncated to "workflow_case__sweep_timed_tran"
NOTICE: identifier "workflow_case__sweep_hold_timeout" will be truncated to "workflow_case__sweep_hold_timeo"
since workflow is part of the core install, and it seems to be the only offender in most instances, maybe these two names could be shortened.
unless anyone disagrees, i'll do a global find replace and post the successful patches