Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement catalog for graph labels #7

Closed
wants to merge 1 commit into from

Conversation

gtyun
Copy link

@gtyun gtyun commented May 4, 2016

pg_catalog.pg_label shows labname and labkind.
labname is the name of the label.
labkind presents v for vertex and e for edge.

(#5)

pg_catalog.pg_label shows 'labname' 'labkind'.
labname is name of label.
labkind presents 'v' for vertex, 'e' for edge.
@protodef protodef changed the title feat: Implement catalogs of Graph Label feat: Implement catalog for graph labels May 5, 2016
@protodef protodef closed this in 5f6fb7e May 5, 2016
@gtyun gtyun deleted the ag_label branch May 13, 2016 09:18
emotionbug pushed a commit that referenced this pull request Jul 7, 2022
`pg_catalog.pg_label` shows `labname` and `labkind`.
`labname` is the name of the label.
`labkind` presents `v` for vertex and `e` for edge.

Close #7

(cherry picked from commit 5f6fb7e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant