bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

Implement Graph binary-upgrade #571

Closed emotionbug closed 1 year ago

emotionbug commented 2 years ago

Previously, Graph data did not support binary-upgrade. Also, in regular dumps, there were mixed up with giddy codes. This made the upgrade uncomfortable.

So, adds a small unit of graph DDL and GUC for upgrade and change it to use.

Syntax

GUC

Functions

emotionbug commented 2 years ago

It has already been applied to the main branch. ( https://github.com/bitnine-oss/agensgraph/commit/42aab446ca7a761f5cf9d99b67f612d629d79b74 ) and, will be cherry-picking in AG2.5, AG2.12.