| Summary |
0004113: Postgres Time column type can't be converted to Timestamp column type without a cast when restoring the data |
|
| Revision |
2019-10-14 18:57 by pmarzullo |
|
| Description |
Some issue |
|
| Revision |
2019-10-14 18:57 by pmarzullo |
|
| Description |
During Symmetric table upgrade, when a column type of Time is changed to Timestamp, the restoring of the data needs a case when converting from Time to Timestamp. |
|
| Revision |
2019-10-14 18:57 by pmarzullo |
|
| Additional Information |
|
|
| Revision |
2019-10-14 18:58 by pmarzullo |
|
| Additional Information |
date_trunc('DAY', localtimestamp) + time_column_value |