Skip to content

Commit 4fdb120

Browse files
committed
pgr_extractVertices promoted to official
1 parent 996a349 commit 4fdb120

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88

99
### pgRouting 3.8.0 Release Notes
1010

11-
**Changes on proposed functions**
11+
**Promotion to official function of pgRouting.**
1212

1313
* pgr_extractVertices
1414

1515
* Error messages adjustment.
16+
* Function promoted to official.
17+
18+
**Changes on proposed functions**
1619

1720
* pgr_findCloseEdges
1821

doc/src/release_notes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ pgRouting 3.8
3939
pgRouting 3.8.0 Release Notes
4040
-------------------------------------------------------------------------------
4141

42-
.. rubric:: Changes on proposed functions
42+
.. rubric:: Promotion to official function of pgRouting.
4343

4444
* pgr_extractVertices
4545

4646
.. include:: pgr_extractVertices.rst
4747
:start-after: Version 3.8.0
4848
:end-before: .. rubric
4949

50+
.. rubric:: Changes on proposed functions
51+
5052
* pgr_findCloseEdges
5153

5254
.. include:: pgr_findCloseEdges.rst

doc/topology/pgr_extractVertices.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@
99

1010
.. index::
1111
single: Topology Family ; pgr_extractVertices
12-
single: extractVertices - Proposed on v3.3
12+
single: extractVertices
1313

1414
|
1515
16-
``pgr_extractVertices`` -- Proposed
16+
``pgr_extractVertices``
1717
===============================================================================
1818

1919
``pgr_extractVertices`` — Extracts the vertices information
2020

21-
22-
.. include:: proposed.rst
23-
:start-after: warning-begin
24-
:end-before: end-warning
25-
2621
.. rubric:: Availability
2722

2823
.. rubric:: Version 3.8.0
2924

3025
* Error messages adjustment.
26+
* Function promoted to official.
3127

3228
.. rubric:: Version 3.3.0
3329

doc/topology/topology-functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ have special permissions given by the administrators to use them.
3434
table.
3535
- :doc:`pgr_analyzeOneWay` - to analyze directionality of the edges.
3636
- :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.
3739

3840
.. official-end
3941
@@ -60,8 +62,6 @@ Additional functions to analyze a graph:
6062
These proposed functions do not modify the database.
6163

6264
- :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.
6565

6666
.. proposed-end
6767

sql/topology/extractVertices.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ LANGUAGE plpgsql VOLATILE STRICT;
298298

299299
COMMENT ON FUNCTION pgr_extractVertices(TEXT, BOOLEAN)
300300
IS 'pgr_extractVertices
301-
- PROPOSED
302301
- Parameters
303302
- Edges SQL with columns: [id,] startpoint, endpoint
304303
OR

0 commit comments

Comments
 (0)