Skip to content

Commit cc57249

Browse files
author
Alicja Kucharczyk
committed
acrolinx
1 parent 7cfd3b1 commit cc57249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/postgresql/flexible-server/how-to-use-pg-partman.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Run the maintenance procedure using `pg_cron`. To enable `pg_cron` on your serve
182182
SELECT * FROM cron.job; 
183183
```
184184

185+
```text
185186
-[ RECORD 1 ]----------------------------------------------------------------------- 
186187
187188
jobid    |
@@ -193,7 +194,7 @@ Run the maintenance procedure using `pg_cron`. To enable `pg_cron` on your serve
193194
username | postgres 
194195
active   |
195196
jobname  | sample_job 
196-
197+
```
197198

198199
6. Run history of the job can be checked using the command below. 
199200

0 commit comments

Comments
 (0)