jrgemignani commented on issue #1985: URL: https://github.com/apache/age/issues/1985#issuecomment-2244050147
@MironAtHome I can clarify more of this tomorrow, but I feel I should mention the following,... Only functions, like below, are available to SQL or Cypher, all the others are only available for people contributing to the codebase - `PG_FUNCTION_INFO_V1(create_vlabel);` The prefix `age_` is used to help eliminate naming conflicts, group our functions together, and allow them to be used in Cypher. C would have all kinds of fits if we tried to redefine an existing library function. And, yes, it would be nice to have consistency with naming. Unfortunately, with many differently experienced cooks, come many flavors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org