Feature request: Add ctid
and other functions to pg_proc
#1589
Labels
enhancement
New feature or request
ctid
and other functions to pg_proc
#1589
Hi,
PL/Rust's pgproc has additional methods that are obviously useful for procedural language extensions like PL/Rust:
Is it possible to add these functions to pgrx's pgrx/src/pg_catalog/pg_proc.rs so they can be used by other procedural language extensions based on pgrx? I imagine this could be useful for PL/Rust as well by avoiding duplicating code. (But perhaps there good reasons that I am unaware of).
The text was updated successfully, but these errors were encountered: