MironAtHome commented on issue #1936:
URL: https://github.com/apache/age/issues/1936#issuecomment-2212052200
@rafsun42
> If I understand correctly, when the extension is dropped, graph schemas
are not dropped. And, you are expecting the graphs to be dropped automatically?
Not really.
All I am asking for is to expose as public function callable from Postgres
database SQL layer the function that already exists in the Age code
"graph_exists" so that I could put in my procedures, working with data loading
an check
if not (age_graph_exists('<my_graph_name>')) then
select create_graph('<my_graph_name>');
end if;
rest is an attempt to gather simple and, potential, corner cases, to
explain, as to why I feel this new function is justified.
Rest is additional considerations with lower priority.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]