Skip to content

Commit 36a7d19

Browse files
committed
[_pgr_vrpOneDepot] Adding comment and label
1 parent 7cfcce9 commit 36a7d19

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sql/vrp_basic/_pgr_vrpOneDepot.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727
2828
********************************************************************PGR-GNU*/
2929

30+
--------------------
31+
-- _pgr_vrpOneDepot
32+
--------------------
33+
3034

3135
CREATE OR REPLACE FUNCTION _pgr_vrpOneDepot(
3236
TEXT, -- customers_sql
@@ -99,3 +103,9 @@ END;
99103
$BODY$
100104
LANGUAGE plpgsql VOLATILE STRICT;
101105

106+
107+
-- COMMENTS
108+
109+
110+
COMMENT ON FUNCTION _pgr_vrpOneDepot(TEXT, TEXT, TEXT, INTEGER)
111+
IS 'pgRouting internal function';

0 commit comments

Comments
 (0)