Module pgrx_sql_entity_graph::metadata

source ·
Expand description

Function and type level metadata for Rust to SQL translation

Like all of the [sql_entity_graph][crate::pgrx_sql_entity_graph] APIs, this is considered internal to the pgrx framework and very subject to change between versions. While you may use this, please do it with caution.

Structs§

Enums§

  • Describes the RETURNS of CREATE FUNCTION … RETURNS … See the PostgreSQL documentation for [CREATE FUNCTION] [CREATE FUNCTION]: https://www.postgresql.org/docs/current/sql-createfunction.html
  • Describes ways that Rust types are mapped into SQL

Traits§