MobilityDB 1.3
Loading...
Searching...
No Matches

◆ bool_out()

char * bool_out ( bool  b)

Return the string representation of a boolean.

Parameters
[in]bBoolean value

Convert 1 or 0 to "t" or "f"

Note
PostgreSQL function: boolout(PG_FUNCTION_ARGS)