macro_rules! pg_sql_graph_magic {
    () => { ... };
}
Expand description

Create necessary extension-local internal marker for use with SQL generation.

Note: Generally pg_module_magic is preferred, and results in this macro being called. This macro should only be directly called in advanced use cases.