We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04918fd commit b5d06b9Copy full SHA for b5d06b9
1 file changed
README.md
@@ -41,7 +41,7 @@ SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'reindexdb',
41
42
-- passing password using environment variable through bash shell
43
SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'bash',
44
- '["-c", "PGPASSWORD=5m3R7K4754p4m reindexdb -U postgres -h 192.168.0.221 -v'::jsonb,
+ '["-c", "PGPASSWORD=5m3R7K4754p4m reindexdb -U postgres -h 192.168.0.221 -v"]'::jsonb,
45
'PROGRAM');
46
```
47
## Documentation
0 commit comments