#include "fmgr.h"
Ir al código fuente de este archivo.
Documentación de las funciones
Datum float4_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum float8_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum int4_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum int8_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum interval_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum numeric_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum numeric_to_number |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum timestamp_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum timestamptz_to_char |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum to_date |
( |
PG_FUNCTION_ARGS |
| ) |
|
Datum to_timestamp |
( |
PG_FUNCTION_ARGS |
| ) |
|