Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba9367f

Browse files
committed
Updated readme [skip ci]
1 parent9c20550 commitba9367f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ For a large number of workers, you may also need to increase `max_parallel_worke
324324

325325
###Indexing Progress
326326

327-
Check[indexing progress](https://www.postgresql.org/docs/current/progress-reporting.html#CREATE-INDEX-PROGRESS-REPORTING) with Postgres 12+
327+
Check[indexing progress](https://www.postgresql.org/docs/current/progress-reporting.html#CREATE-INDEX-PROGRESS-REPORTING)
328328

329329
```sql
330330
SELECT phase, round(100.0* blocks_done/ nullif(blocks_total,0),1)AS"%"FROM pg_stat_progress_create_index;
@@ -410,7 +410,7 @@ For a large number of workers, you may also need to increase `max_parallel_worke
410410

411411
###Indexing Progress
412412

413-
Check[indexing progress](https://www.postgresql.org/docs/current/progress-reporting.html#CREATE-INDEX-PROGRESS-REPORTING) with Postgres 12+
413+
Check[indexing progress](https://www.postgresql.org/docs/current/progress-reporting.html#CREATE-INDEX-PROGRESS-REPORTING)
414414

415415
```sql
416416
SELECT phase, round(100.0* tuples_done/ nullif(tuples_total,0),1)AS"%"FROM pg_stat_progress_create_index;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp