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

Add function is_valid_label_name (#1911) (#1912) #1916

Conversation

jrgemignani
Copy link
Contributor

Added the function is_valid_label_name (#1911) per user request.

This function will return a boolean value for any agtype string passed, depending on whether it is a valid name for a label. For all other types, not an agtype string, it will error out. Depending on user requirements, this could be changed in the future.

Added regression tests.

Added the function is_valid_label_name (apache#1911) per user request.

This function will return a boolean value for any agtype string
passed, depending on whether it is a valid name for a label. For
all other types, not an agtype string, it will error out. Depending
on user requirements, this could be changed in the future.

Added regression tests.
@github-actions github-actions bot added the PG13 PostgreSQL13 label Jun 15, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit d9ff328 into apache:PG13 Jun 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG13 PostgreSQL13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants