Expand description
Text-format PostgreSQL value decoding (pgoutput / bootstrap cast-to-text).
Functions§
- decode_
column_ value_ text - Back-compat alias used by existing tests in the source crate.
- decode_
text_ to_ element_ value - Decode text directly to
ElementValueusing the canonical mapping. - decode_
text_ to_ postgres_ value - Decode a pgoutput/text column into a
PostgresValue. - string_
element - Format helper used when a column cannot be converted — preserve as string ElementValue.