문제

I cannot set a job schedule for pgagent in linux shell. However, I can do that in pgAdmin GUI, but not in command line. Has anybody ever done that in linux command line?

도움이 되었습니까?

해결책

It's an INSERT or UPDATE on the postgres-database, in schema pgagent.

SELECT * FROM pg_tables WHERE schemaname = 'pgagent';
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top