Replies: 2 comments 15 replies
-
Hello, I cannot reproduce the error. Would you please provide us with the output of Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
I don't know from where it is taking [client:lientname=worked1] but I can confirm that I am using the below command in the service file and running this procedure from the right schema. Jason code which i shared with you in my above comment is the same code i am using in my task don't know why it is throwing up this error. pg_timetable -h localhost -p 5432 --log-level=debug --version -d pg_timetable -u scheduler -clientname=worker1 --password=****** |
Beta Was this translation helpful? Give feedback.
-
Hi ,
I would be grateful if you could provide me the solution for this error "json:
cannot unmarshal object into Go value of type []interface {}" Below is my code.
INSERT INTO timetable.parameter (task_id, order_id, value)
VALUES (1, 1,
'{"username": "[email protected]"
,"serverhost": "smtp.abc.com"
,"senderaddr": "[email protected]"
,"serverport": 25
,"toaddr":["[email protected]"]
,"subject": "Job completed Successfully."}
'::jsonb);
Beta Was this translation helpful? Give feedback.
All reactions