Skip to content

Commit f37c32d

Browse files
authored
Update link to format
1 parent 25553b0 commit f37c32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic/plpgsql_function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ BIGINT the OSM identifier that is nearest to (lat,lon).
347347
.. rubric:: Solution
348348

349349
* The function returns only one value. (line **5**)
350-
* Using `format <ihttps://www.postgresql.org/docs/12/functions-string.html#FUNCTIONS-STRING-FORMAT>`__ to build the query. (line **10**)
350+
* Using `format <https://www.postgresql.org/docs/12/functions-string.html#FUNCTIONS-STRING-FORMAT>`__ to build the query. (line **10**)
351351

352352
* The structure of the query is similar to `Exercise 3: Nearest Vertex`_ solutions. (lines **12** to **16**)
353353
* ``%1$I`` for the table name identifier. (line **13**)

0 commit comments

Comments
 (0)