Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » PostgreSQL error
Re: PostgreSQL error [message #4110 is a reply to message #4109] Tue, 18 March 2014 10:27 Go to previous message
AJM is currently offline  AJM
Messages: 2361
Registered: April 2006
Location: Surrey, UK
Senior Member
Please start a new thread for a new bug. Do *NOT* append it to an existing thread.

I have found the bug - the column in table MNU_TASK_ALT was incorrectly named 'button_desc' insteadof 'button_text'. Please rename it by running the following query:

SET search_path = menu;
ALTER TABLE menu.mnu_task_alt RENAME button_text TO button_desc;


 
Read Message
Read Message
Previous Topic: Adding line breaks to text fields
Next Topic: Audit Trail returns no records
Goto Forum:
  


Current Time: Sat Aug 17 01:49:31 EDT 2024

Total time taken to generate the page: 0.01033 seconds