pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add name length check for postgresql partitions

pietermartin opened this issue · comments

If the name is longer than 63 chars postgresql will silently trim the name. This puts Sqlg's meta data out of sync with postgresql's actual data.