PostgreSQL Source Code
git master
|
Go to the source code of this file.
Datum char_text | ( | PG_FUNCTION_ARGS | ) |
Definition at line 195 of file char.c.
References palloc(), PG_GETARG_CHAR, PG_RETURN_TEXT_P, SET_VARSIZE, VARDATA, and VARHDRSZ.
Datum chareq | ( | PG_FUNCTION_ARGS | ) |
Datum charge | ( | PG_FUNCTION_ARGS | ) |
Datum chargt | ( | PG_FUNCTION_ARGS | ) |
Datum charin | ( | PG_FUNCTION_ARGS | ) |
Datum charle | ( | PG_FUNCTION_ARGS | ) |
Datum charlt | ( | PG_FUNCTION_ARGS | ) |
Datum charne | ( | PG_FUNCTION_ARGS | ) |
Datum charout | ( | PG_FUNCTION_ARGS | ) |
Datum charrecv | ( | PG_FUNCTION_ARGS | ) |
Definition at line 66 of file char.c.
References buf, PG_GETARG_POINTER, PG_RETURN_CHAR, and pq_getmsgbyte().
Datum charsend | ( | PG_FUNCTION_ARGS | ) |
Definition at line 77 of file char.c.
References buf, PG_GETARG_CHAR, PG_RETURN_BYTEA_P, pq_begintypsend(), pq_endtypsend(), and pq_sendbyte().
Datum chartoi4 | ( | PG_FUNCTION_ARGS | ) |
Datum i4tochar | ( | PG_FUNCTION_ARGS | ) |
Definition at line 162 of file char.c.
References ereport, errcode(), errmsg(), ERROR, PG_GETARG_INT32, and PG_RETURN_CHAR.
Datum text_char | ( | PG_FUNCTION_ARGS | ) |
Definition at line 176 of file char.c.
References PG_GETARG_TEXT_PP, PG_RETURN_CHAR, VARDATA_ANY, and VARSIZE_ANY_EXHDR.