Skip to content

Commit f6bb4d6

Browse files
realigned code blocks
1 parent 131faba commit f6bb4d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ Run the maintenance procedure using pg_cron. To enable `pg_cron` on your server
179179

180180
```sql
181181
postgres=> SELECT cron.schedule_in_database('sample_job','@hourly', $$SELECT partman.run_maintenance(p_parent_table:= 'partman.partition_test')$$,'postgres'); 
182+
```
182183

184+
```output
183185
  schedule_in_database 
184186
185187
---------------------- 
@@ -220,7 +222,9 @@ Run the maintenance procedure using pg_cron. To enable `pg_cron` on your server
220222

221223
```sql
222224
postgres=> select cron.unschedule(1); 
225+
```
223226

227+
```output
224228
  unschedule 
225229
------------ 
226230
  t 

0 commit comments

Comments
 (0)