Executing a function in another database doesn't work #618
-
I've created two separate databases for timetable and for my app. This is for enhanced security. This issue seems very similar: #164 Here is the command I use for creating the job: pg_timetable says: But I can verify the function exists in the my_app_db database, in the public schema, and I can successfully execute it from terminal. This is on Ubuntu 20.04, Postgres 14, pg_timetable 5.6. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
No, it's absolutely not. That issue is for an ancient version of schema. There is no even such a table anymore.
This is not gonna work. These suppose to be parameters/arguments for tasks, just like function parameters/arguments. Check the sample on how to establish remote task. There is no way to create a remote job with |
Beta Was this translation helpful? Give feedback.
Ok, I've tested this on my Ubuntu-20 and here is what I have: