Skip to content

Deprecate pgr_createVerticesTable in 3.8 #2826

@cvvergara

Description

@cvvergara

New in version: 2.0.0

Reason for deprecation:

Creates tables, indexes, etc based on predefined names.
user needs higher permissions to use.
The user now has full control over what is needed:

Example:

SELECT * INTO vertices
FROM pgr_extractVertices('SELECT id, geom FROM edges ORDER BY id');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions