Ana Hobden
Ana Hobden
Hi @rapodaca ! There currently aren't nice APIs for that bit of functionality yet. :( If you do a `cargo doc --open` on your local extension and navigate to `pgx-pg-sys`...
That sounds really fun! Are you going to be using `petgraph` and such? I noticed @Horusiath created https://github.com/Horusiath/gevel, maybe that's a good place to take a look for this?
Thanks!
I need to think about this PR a bit more... Part of me is conflicted and thinks that it "might be less maintenance/mental effort to *'just'* manually implement 32 From...
It's an incredibly cool solution. :) I really like it. I just worry about 8 months from now going "What???" at it. 32 is kinda the typical (many std traits...
Let's leave it open a bit. :) It's a feature I do want, and you did a **great** job, I just want to make sure we pick the simplest solution...
Users can specify `pg12` etc in their `default-features` to skip this in many commands, I agree we should support it nearly globally though.
We touched on this in #165 and decided: For all `cargo pgx` commands but `cargo pgx package` we should be able to infer a default Postgres either from an extension's...
Part 1 is covered in #165
I was unable to replicate this on my Linux machine. I'm just stepping out for the day but I can try to replicate this on my M1 tomorrow. Thanks for...