Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023603 | Openbravo ERP | 09. Financial management | public | 2013-04-22 09:58 | 2013-05-07 16:41 |
Reporter | shuehner | ||||
Assigned To | dmiguelez | ||||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | shuehner | ||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023603: 3 warnings related to views are always shown on every pg_restore | ||||
Description | The following warnings are shown in every pg_restore: pg_restore: WARNING: column "delete_btn" has type "unknown" DETAIL: Proceeding with relation creation anyway. pg_restore: WARNING: column "em_aprm_modif_paym_sched" has type "unknown" DETAIL: Proceeding with relation creation anyway. pg_restore: WARNING: column "em_aprm_modif_paym_out_sched" has type "unknown" DETAIL: Proceeding with relation creation anyway. As far as we know those are harmless but may confuse users checking on warnigns during pg_restore. They are triggered by using i.e. 'N' as somealias as a part of a view definition. A quick check showed that changing those to to_char('N') does silence the warning. A small patch doing this change is attached. This does survive a try-run but is not tested otherwise. Note: one or both of those view definitions seem not used anymore so another option would be to remove those also. | ||||
Steps To Reproduce | Take a pi workspace run a pg_dump of the underlying database create a new empty database and restore the dump into it. Check on warnings shown during restore. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=6107&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-04-22 09:58 | shuehner | New Issue | |||
2013-04-22 09:58 | shuehner | Assigned To | => dmiguelez | ||
2013-04-22 09:58 | shuehner | Modules | => Core | ||
2013-04-22 09:58 | shuehner | OBNetwork customer | => No | ||
2013-04-22 09:58 | shuehner | Triggers an Emergency Pack | => No | ||
2013-04-22 09:59 | shuehner | File Added: 23603.diff | |||
2013-04-23 10:57 | hgbot | Checkin | |||
2013-04-23 10:57 | hgbot | Note Added: 0058119 | |||
2013-04-23 10:57 | hgbot | Status | new => resolved | ||
2013-04-23 10:57 | hgbot | Resolution | open => fixed | ||
2013-04-23 10:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/191b774fbb863439071eebf0325fcb2fcf2b7a91 [^] | ||
2013-04-23 21:03 | hudsonbot | Checkin | |||
2013-04-23 21:03 | hudsonbot | Note Added: 0058156 | |||
2013-04-25 14:04 | dmiguelez | Review Assigned To | => shuehner | ||
2013-05-07 16:41 | dmiguelez | Note Added: 0058490 | |||
2013-05-07 16:41 | dmiguelez | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|