@@ -34,6 +34,7 @@ Migration to standardized columns
3434.. |pid-m-m | replace :: ``(seq, path_seq, start_pid, end_pid, node, edge, cost, agg_cost) ``
3535.. |matrix-pid | replace :: ``(start_pid, end_pid, agg_cost) ``
3636.. |old-edge-color | replace :: ``(edge_id, color_id) ``
37+ .. |old-node-color | replace :: ``(vertex_id, color_id) ``
3738
3839There has been an effort to standardize function output columns names and
3940types.
8485 - `Migration of single path functions `_
8586 * - .. versionchanged:: 4.0.0 :doc: `pgr_binaryBreadthFirstSearch ` [3 ]_
8687 - `Migration of single path functions `_
88+ * - .. versionchanged:: 4.0.0 :doc: `pgr_bipartite ` [3 ]_
89+ - `Migration of output column name change `_
8790 * - .. versionchanged:: 4.0.0 :doc: `pgr_dagShortestPath ` [3 ]_
8891 - `Migration of single path functions `_
8992 * - .. versionchanged:: 4.0.0 :doc: `pgr_edgeColoring ` [3 ]_
@@ -854,6 +857,17 @@ Before update:
854857* To get the old version column names: in the ``SELECT `` clause use ``edge AS
855858 edge_id `` and ``color AS color_id ``
856859
860+ .. rubric :: :doc:`pgr_bipartite`
861+
862+ From: |old-node-color |
863+ To: |result-node-color |
864+
865+ Before update:
866+
867+ * Rename ``vertex_id `` to ``node `` and ``color_id `` to ``color ``.
868+ * To get the old version column names: in the ``SELECT `` clause use ``node AS
869+ vertex_id `` and ``color AS color_id ``
870+
857871Migration of deleted functions
858872+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
859873
0 commit comments