Skip to content

Commit 58f66c1

Browse files
authored
Merge pull request #270 from akronim26/docs/pgr_extractVertices
Fix dead‑end explanation in `pgr_extractVertices` workshop docs
2 parents ded6f37 + 7eb7b48 commit 58f66c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basic/graphs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Count the number of rows that need to be filled up.
227227

228228
.. literalinclude:: ../scripts/basic/graphs/fill_columns_2.txt
229229

230-
Not expecting to be done due to the fact that some vertices are dead ends.
230+
Do not expect this count to be the same as the total number of rows in the vertices table, because some nodes are dead ends: some vertices will only be sources and others only targets, so not all rows can be updated.
231231

232232
.. literalinclude:: ../scripts/basic/graphs/graphs.sql
233233
:language: sql

0 commit comments

Comments
 (0)