Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Nov 5, 2024
1 parent f9b462c commit 85f8812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/basic/plpgsql_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ Modify the previous query

.. literalinclude:: ../scripts/basic/chapter_8/exercise_8_3_2.txt

For ``taxi_net_vertices_pgr``:
For ``taxi_net_vertices``:

Modify the previous query.

.. collapse:: Query results

.. literalinclude:: ../scripts/basic/chapter_8/exercise_8_3_3.txt

For ``walk_net_vertices_pgr``:
For ``walk_net_vertices``:

Modify the previous query.

Expand Down Expand Up @@ -368,7 +368,7 @@ Call to the function ``wrk_dijkstra``

* ``wrk_Nearest`` is used to find the identifier.

* The vertices table name is formed with ``%1$I_vertices_pgr``.
* The vertices table name is formed with ``%1$I_vertices``.

* ``lat1``, ``lon1`` values will replace ``%2$s, %3$s`` respectively.
* ``lat2``, ``lon2`` values will replace ``%2$s, %3$s`` respectively.
Expand Down

0 comments on commit 85f8812

Please sign in to comment.