File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### pgRouting 3.8.0 Release Notes
10
10
11
- ** Changes on proposed functions **
11
+ ** Promotion to official function of pgRouting. **
12
12
13
13
* pgr_extractVertices
14
14
15
15
* Error messages adjustment.
16
+ * Function promoted to official.
17
+
18
+ ** Changes on proposed functions**
16
19
17
20
* pgr_findCloseEdges
18
21
Original file line number Diff line number Diff line change @@ -39,14 +39,16 @@ pgRouting 3.8
39
39
pgRouting 3.8.0 Release Notes
40
40
-------------------------------------------------------------------------------
41
41
42
- .. rubric :: Changes on proposed functions
42
+ .. rubric :: Promotion to official function of pgRouting.
43
43
44
44
* pgr_extractVertices
45
45
46
46
.. include :: pgr_extractVertices.rst
47
47
:start-after: Version 3.8.0
48
48
:end-before: .. rubric
49
49
50
+ .. rubric :: Changes on proposed functions
51
+
50
52
* pgr_findCloseEdges
51
53
52
54
.. include :: pgr_findCloseEdges.rst
Original file line number Diff line number Diff line change 9
9
10
10
.. index ::
11
11
single: Topology Family ; pgr_extractVertices
12
- single: extractVertices - Proposed on v3.3
12
+ single: extractVertices
13
13
14
14
|
15
15
16
- ``pgr_extractVertices `` -- Proposed
16
+ ``pgr_extractVertices ``
17
17
===============================================================================
18
18
19
19
``pgr_extractVertices `` — Extracts the vertices information
20
20
21
-
22
- .. include :: proposed.rst
23
- :start-after: warning-begin
24
- :end-before: end-warning
25
-
26
21
.. rubric :: Availability
27
22
28
23
.. rubric :: Version 3.8.0
29
24
30
25
* Error messages adjustment.
26
+ * Function promoted to official.
31
27
32
28
.. rubric :: Version 3.3.0
33
29
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ have special permissions given by the administrators to use them.
34
34
table.
35
35
- :doc: `pgr_analyzeOneWay ` - to analyze directionality of the edges.
36
36
- :doc: `pgr_nodeNetwork ` - to create nodes to a not noded edge table.
37
+ - :doc: `pgr_extractVertices ` - Extracts vertex information based on the edge
38
+ table information.
37
39
38
40
.. official-end
39
41
@@ -60,8 +62,6 @@ Additional functions to analyze a graph:
60
62
These proposed functions do not modify the database.
61
63
62
64
- :doc: `pgr_degree ` - Returns a set of vertices and corresponding count of incidet edges to the vertex.
63
- - :doc: `pgr_extractVertices ` - Extracts vertex information based on the edge
64
- table information.
65
65
66
66
.. proposed-end
67
67
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ LANGUAGE plpgsql VOLATILE STRICT;
298
298
299
299
COMMENT ON FUNCTION pgr_extractVertices(TEXT , BOOLEAN )
300
300
IS ' pgr_extractVertices
301
- - PROPOSED
302
301
- Parameters
303
302
- Edges SQL with columns: [id,] startpoint, endpoint
304
303
OR
You can’t perform that action at this time.
0 commit comments