Difference between revisions of "Cron.schedule"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * <code>cron.schedule</code> * <code>cron.job_run_details</code> == See also == * {{PostgreSQL}} * {{cron}} Category:PostgreSQL")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
{{lc}}
  
  
Line 5: Line 5:
 
* <code>[[cron.job_run_details]]</code>
 
* <code>[[cron.job_run_details]]</code>
  
 +
 +
[[select]] * from [[cron.job]];
 +
 +
psql -c "select * from cron.job;"
 +
ERROR:  relation "cron.job" does not exist
 +
LINE 1: select * from cron.job;
 +
                      ^
  
 
== See also ==
 
== See also ==

Latest revision as of 19:57, 20 April 2022

Advertising: