Skip to content

Commit 7013f29

Browse files
Removed the part of code which had hyphens and disrupting the code block
1 parent a36cdc6 commit 7013f29

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ Run the maintenance procedure using pg_cron. To enable `pg_cron` on your server
181181
postgres=> SELECT cron.schedule_in_database('sample_job','@hourly', $$SELECT partman.run_maintenance(p_parent_table:= 'partman.partition_test')$$,'postgres'); 
182182
```
183183

184-
```output
185-
  schedule_in_database 
186-
187-
---------------------- 
188-
189-
                    One 
190-
(one row) 
191-
```
192-
193184
5. You can view all the cron job using the command below. 
194185

195186
```sql
@@ -224,14 +215,6 @@ Run the maintenance procedure using pg_cron. To enable `pg_cron` on your server
224215
postgres=> select cron.unschedule(1); 
225216
```
226217

227-
```output
228-
  unschedule 
229-
------------ 
230-
  t 
231-
232-
(1 row) 
233-
```
234-
235218
## Limitations and considerations
236219

237220
- Why is my `bgw` not running the maintenance proc based on the interval provided. 

0 commit comments

Comments
 (0)