Frage

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?

War es hilfreich?

Lösung

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

SELECT * FROM pg_tables WHERE schemaname = 'pgagent';
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top