Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ milestone for 4.0.0
pgr_analyzeGraph
* [#2755](https://github.com/pgRouting/pgrouting/issues/2755):
pgr_analyzeOneWay
* [#2827](https://github.com/pgRouting/pgrouting/issues/2827):
pgr_createVerticesTable

**Removal of SQL deprecated internal functions**

Expand Down
2 changes: 2 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ milestone for 4.0.0
pgr_analyzeGraph
* `#2755 <https://github.com/pgRouting/pgrouting/issues/2755>`__:
pgr_analyzeOneWay
* `#2827 <https://github.com/pgRouting/pgrouting/issues/2827>`__:
pgr_createVerticesTable

.. rubric:: Removal of SQL deprecated internal functions

Expand Down
1 change: 0 additions & 1 deletion doc/topology/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
SET(LOCAL_FILES
pgr_createTopology.rst
pgr_nodeNetwork.rst
pgr_createVerticesTable.rst
pgr_extractVertices.rst
topology-functions.rst
)
Expand Down
293 changes: 0 additions & 293 deletions doc/topology/pgr_createVerticesTable.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/topology/topology-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ The following functions modify the database directly therefore the user must
have special permissions given by the administrators to use them.

- :doc:`pgr_createTopology` - create a topology based on the geometry.
- :doc:`pgr_createVerticesTable` - reconstruct the vertices table based on
the source and target information.
- :doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table.
- :doc:`pgr_extractVertices` - Extracts vertex information based on the edge
table information.
Expand All @@ -53,7 +51,6 @@ Additional functions to analyze a graph:
:hidden:

pgr_createTopology
pgr_createVerticesTable
pgr_nodeNetwork
pgr_extractVertices

Expand Down
1 change: 0 additions & 1 deletion docqueries/topology/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
createTopology
createVerticesTable
extractVertices
nodeNetwork
)
Expand Down
43 changes: 0 additions & 43 deletions docqueries/topology/createVertTab-any.pg

This file was deleted.

Loading