Eneboo - Documentación para desarrolladores
Funciones | Variables
Referencia del Archivo src/libpq/include/utils/builtins.h
#include "fmgr.h"
#include "nodes/parsenodes.h"

Ir al código fuente de este archivo.

Funciones

Datum has_table_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_table_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_table_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_table_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_table_privilege_name (PG_FUNCTION_ARGS)
Datum has_table_privilege_id (PG_FUNCTION_ARGS)
Datum has_database_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_database_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_database_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_database_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_database_privilege_name (PG_FUNCTION_ARGS)
Datum has_database_privilege_id (PG_FUNCTION_ARGS)
Datum has_function_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_function_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_function_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_function_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_function_privilege_name (PG_FUNCTION_ARGS)
Datum has_function_privilege_id (PG_FUNCTION_ARGS)
Datum has_language_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_language_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_language_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_language_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_language_privilege_name (PG_FUNCTION_ARGS)
Datum has_language_privilege_id (PG_FUNCTION_ARGS)
Datum has_schema_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_schema_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_schema_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_schema_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_schema_privilege_name (PG_FUNCTION_ARGS)
Datum has_schema_privilege_id (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_name_name (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_name_id (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id_name (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id_id (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_name (PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id (PG_FUNCTION_ARGS)
Datum pg_has_role_name_name (PG_FUNCTION_ARGS)
Datum pg_has_role_name_id (PG_FUNCTION_ARGS)
Datum pg_has_role_id_name (PG_FUNCTION_ARGS)
Datum pg_has_role_id_id (PG_FUNCTION_ARGS)
Datum pg_has_role_name (PG_FUNCTION_ARGS)
Datum pg_has_role_id (PG_FUNCTION_ARGS)
Datum boolin (PG_FUNCTION_ARGS)
Datum boolout (PG_FUNCTION_ARGS)
Datum boolrecv (PG_FUNCTION_ARGS)
Datum boolsend (PG_FUNCTION_ARGS)
Datum booleq (PG_FUNCTION_ARGS)
Datum boolne (PG_FUNCTION_ARGS)
Datum boollt (PG_FUNCTION_ARGS)
Datum boolgt (PG_FUNCTION_ARGS)
Datum boolle (PG_FUNCTION_ARGS)
Datum boolge (PG_FUNCTION_ARGS)
Datum istrue (PG_FUNCTION_ARGS)
Datum isfalse (PG_FUNCTION_ARGS)
Datum isnottrue (PG_FUNCTION_ARGS)
Datum isnotfalse (PG_FUNCTION_ARGS)
Datum booland_statefunc (PG_FUNCTION_ARGS)
Datum boolor_statefunc (PG_FUNCTION_ARGS)
Datum charin (PG_FUNCTION_ARGS)
Datum charout (PG_FUNCTION_ARGS)
Datum charrecv (PG_FUNCTION_ARGS)
Datum charsend (PG_FUNCTION_ARGS)
Datum chareq (PG_FUNCTION_ARGS)
Datum charne (PG_FUNCTION_ARGS)
Datum charlt (PG_FUNCTION_ARGS)
Datum charle (PG_FUNCTION_ARGS)
Datum chargt (PG_FUNCTION_ARGS)
Datum charge (PG_FUNCTION_ARGS)
Datum chartoi4 (PG_FUNCTION_ARGS)
Datum i4tochar (PG_FUNCTION_ARGS)
Datum text_char (PG_FUNCTION_ARGS)
Datum char_text (PG_FUNCTION_ARGS)
Datum int2in (PG_FUNCTION_ARGS)
Datum int2out (PG_FUNCTION_ARGS)
Datum int2recv (PG_FUNCTION_ARGS)
Datum int2send (PG_FUNCTION_ARGS)
Datum int2vectorin (PG_FUNCTION_ARGS)
Datum int2vectorout (PG_FUNCTION_ARGS)
Datum int2vectorrecv (PG_FUNCTION_ARGS)
Datum int2vectorsend (PG_FUNCTION_ARGS)
Datum int2vectoreq (PG_FUNCTION_ARGS)
Datum int4in (PG_FUNCTION_ARGS)
Datum int4out (PG_FUNCTION_ARGS)
Datum int4recv (PG_FUNCTION_ARGS)
Datum int4send (PG_FUNCTION_ARGS)
Datum i2toi4 (PG_FUNCTION_ARGS)
Datum i4toi2 (PG_FUNCTION_ARGS)
Datum int2_text (PG_FUNCTION_ARGS)
Datum text_int2 (PG_FUNCTION_ARGS)
Datum int4_bool (PG_FUNCTION_ARGS)
Datum bool_int4 (PG_FUNCTION_ARGS)
Datum int4_text (PG_FUNCTION_ARGS)
Datum text_int4 (PG_FUNCTION_ARGS)
Datum int4eq (PG_FUNCTION_ARGS)
Datum int4ne (PG_FUNCTION_ARGS)
Datum int4lt (PG_FUNCTION_ARGS)
Datum int4le (PG_FUNCTION_ARGS)
Datum int4gt (PG_FUNCTION_ARGS)
Datum int4ge (PG_FUNCTION_ARGS)
Datum int2eq (PG_FUNCTION_ARGS)
Datum int2ne (PG_FUNCTION_ARGS)
Datum int2lt (PG_FUNCTION_ARGS)
Datum int2le (PG_FUNCTION_ARGS)
Datum int2gt (PG_FUNCTION_ARGS)
Datum int2ge (PG_FUNCTION_ARGS)
Datum int24eq (PG_FUNCTION_ARGS)
Datum int24ne (PG_FUNCTION_ARGS)
Datum int24lt (PG_FUNCTION_ARGS)
Datum int24le (PG_FUNCTION_ARGS)
Datum int24gt (PG_FUNCTION_ARGS)
Datum int24ge (PG_FUNCTION_ARGS)
Datum int42eq (PG_FUNCTION_ARGS)
Datum int42ne (PG_FUNCTION_ARGS)
Datum int42lt (PG_FUNCTION_ARGS)
Datum int42le (PG_FUNCTION_ARGS)
Datum int42gt (PG_FUNCTION_ARGS)
Datum int42ge (PG_FUNCTION_ARGS)
Datum int4um (PG_FUNCTION_ARGS)
Datum int4up (PG_FUNCTION_ARGS)
Datum int4pl (PG_FUNCTION_ARGS)
Datum int4mi (PG_FUNCTION_ARGS)
Datum int4mul (PG_FUNCTION_ARGS)
Datum int4div (PG_FUNCTION_ARGS)
Datum int4abs (PG_FUNCTION_ARGS)
Datum int4inc (PG_FUNCTION_ARGS)
Datum int2um (PG_FUNCTION_ARGS)
Datum int2up (PG_FUNCTION_ARGS)
Datum int2pl (PG_FUNCTION_ARGS)
Datum int2mi (PG_FUNCTION_ARGS)
Datum int2mul (PG_FUNCTION_ARGS)
Datum int2div (PG_FUNCTION_ARGS)
Datum int2abs (PG_FUNCTION_ARGS)
Datum int24pl (PG_FUNCTION_ARGS)
Datum int24mi (PG_FUNCTION_ARGS)
Datum int24mul (PG_FUNCTION_ARGS)
Datum int24div (PG_FUNCTION_ARGS)
Datum int42pl (PG_FUNCTION_ARGS)
Datum int42mi (PG_FUNCTION_ARGS)
Datum int42mul (PG_FUNCTION_ARGS)
Datum int42div (PG_FUNCTION_ARGS)
Datum int4mod (PG_FUNCTION_ARGS)
Datum int2mod (PG_FUNCTION_ARGS)
Datum int24mod (PG_FUNCTION_ARGS)
Datum int42mod (PG_FUNCTION_ARGS)
Datum int2larger (PG_FUNCTION_ARGS)
Datum int2smaller (PG_FUNCTION_ARGS)
Datum int4larger (PG_FUNCTION_ARGS)
Datum int4smaller (PG_FUNCTION_ARGS)
Datum int4and (PG_FUNCTION_ARGS)
Datum int4or (PG_FUNCTION_ARGS)
Datum int4xor (PG_FUNCTION_ARGS)
Datum int4not (PG_FUNCTION_ARGS)
Datum int4shl (PG_FUNCTION_ARGS)
Datum int4shr (PG_FUNCTION_ARGS)
Datum int2and (PG_FUNCTION_ARGS)
Datum int2or (PG_FUNCTION_ARGS)
Datum int2xor (PG_FUNCTION_ARGS)
Datum int2not (PG_FUNCTION_ARGS)
Datum int2shl (PG_FUNCTION_ARGS)
Datum int2shr (PG_FUNCTION_ARGS)
Datum generate_series_int4 (PG_FUNCTION_ARGS)
Datum generate_series_step_int4 (PG_FUNCTION_ARGS)
int2vectorbuildint2vector (const int2 *int2s, int n)
Datum namein (PG_FUNCTION_ARGS)
Datum nameout (PG_FUNCTION_ARGS)
Datum namerecv (PG_FUNCTION_ARGS)
Datum namesend (PG_FUNCTION_ARGS)
Datum nameeq (PG_FUNCTION_ARGS)
Datum namene (PG_FUNCTION_ARGS)
Datum namelt (PG_FUNCTION_ARGS)
Datum namele (PG_FUNCTION_ARGS)
Datum namegt (PG_FUNCTION_ARGS)
Datum namege (PG_FUNCTION_ARGS)
Datum name_pattern_eq (PG_FUNCTION_ARGS)
Datum name_pattern_ne (PG_FUNCTION_ARGS)
Datum name_pattern_lt (PG_FUNCTION_ARGS)
Datum name_pattern_le (PG_FUNCTION_ARGS)
Datum name_pattern_gt (PG_FUNCTION_ARGS)
Datum name_pattern_ge (PG_FUNCTION_ARGS)
int namecpy (Name n1, Name n2)
int namestrcpy (Name name, const char *str)
int namestrcmp (Name name, const char *str)
Datum current_user (PG_FUNCTION_ARGS)
Datum session_user (PG_FUNCTION_ARGS)
Datum current_schema (PG_FUNCTION_ARGS)
Datum current_schemas (PG_FUNCTION_ARGS)
int32 pg_atoi (char *s, int size, int c)
void pg_itoa (int16 i, char *a)
void pg_ltoa (int32 l, char *a)
Datum btboolcmp (PG_FUNCTION_ARGS)
Datum btint2cmp (PG_FUNCTION_ARGS)
Datum btint4cmp (PG_FUNCTION_ARGS)
Datum btint8cmp (PG_FUNCTION_ARGS)
Datum btfloat4cmp (PG_FUNCTION_ARGS)
Datum btfloat8cmp (PG_FUNCTION_ARGS)
Datum btint48cmp (PG_FUNCTION_ARGS)
Datum btint84cmp (PG_FUNCTION_ARGS)
Datum btint24cmp (PG_FUNCTION_ARGS)
Datum btint42cmp (PG_FUNCTION_ARGS)
Datum btint28cmp (PG_FUNCTION_ARGS)
Datum btint82cmp (PG_FUNCTION_ARGS)
Datum btfloat48cmp (PG_FUNCTION_ARGS)
Datum btfloat84cmp (PG_FUNCTION_ARGS)
Datum btoidcmp (PG_FUNCTION_ARGS)
Datum btoidvectorcmp (PG_FUNCTION_ARGS)
Datum btabstimecmp (PG_FUNCTION_ARGS)
Datum btreltimecmp (PG_FUNCTION_ARGS)
Datum bttintervalcmp (PG_FUNCTION_ARGS)
Datum btcharcmp (PG_FUNCTION_ARGS)
Datum btnamecmp (PG_FUNCTION_ARGS)
Datum bttextcmp (PG_FUNCTION_ARGS)
Datum btname_pattern_cmp (PG_FUNCTION_ARGS)
Datum bttext_pattern_cmp (PG_FUNCTION_ARGS)
double get_float8_infinity (void)
float get_float4_infinity (void)
double get_float8_nan (void)
float get_float4_nan (void)
int is_infinite (double val)
Datum float4in (PG_FUNCTION_ARGS)
Datum float4out (PG_FUNCTION_ARGS)
Datum float4recv (PG_FUNCTION_ARGS)
Datum float4send (PG_FUNCTION_ARGS)
Datum float8in (PG_FUNCTION_ARGS)
Datum float8out (PG_FUNCTION_ARGS)
Datum float8recv (PG_FUNCTION_ARGS)
Datum float8send (PG_FUNCTION_ARGS)
Datum float4abs (PG_FUNCTION_ARGS)
Datum float4um (PG_FUNCTION_ARGS)
Datum float4up (PG_FUNCTION_ARGS)
Datum float4larger (PG_FUNCTION_ARGS)
Datum float4smaller (PG_FUNCTION_ARGS)
Datum float8abs (PG_FUNCTION_ARGS)
Datum float8um (PG_FUNCTION_ARGS)
Datum float8up (PG_FUNCTION_ARGS)
Datum float8larger (PG_FUNCTION_ARGS)
Datum float8smaller (PG_FUNCTION_ARGS)
Datum float4pl (PG_FUNCTION_ARGS)
Datum float4mi (PG_FUNCTION_ARGS)
Datum float4mul (PG_FUNCTION_ARGS)
Datum float4div (PG_FUNCTION_ARGS)
Datum float8pl (PG_FUNCTION_ARGS)
Datum float8mi (PG_FUNCTION_ARGS)
Datum float8mul (PG_FUNCTION_ARGS)
Datum float8div (PG_FUNCTION_ARGS)
Datum float4eq (PG_FUNCTION_ARGS)
Datum float4ne (PG_FUNCTION_ARGS)
Datum float4lt (PG_FUNCTION_ARGS)
Datum float4le (PG_FUNCTION_ARGS)
Datum float4gt (PG_FUNCTION_ARGS)
Datum float4ge (PG_FUNCTION_ARGS)
Datum float8eq (PG_FUNCTION_ARGS)
Datum float8ne (PG_FUNCTION_ARGS)
Datum float8lt (PG_FUNCTION_ARGS)
Datum float8le (PG_FUNCTION_ARGS)
Datum float8gt (PG_FUNCTION_ARGS)
Datum float8ge (PG_FUNCTION_ARGS)
Datum ftod (PG_FUNCTION_ARGS)
Datum i4tod (PG_FUNCTION_ARGS)
Datum i2tod (PG_FUNCTION_ARGS)
Datum dtof (PG_FUNCTION_ARGS)
Datum dtoi4 (PG_FUNCTION_ARGS)
Datum dtoi2 (PG_FUNCTION_ARGS)
Datum i4tof (PG_FUNCTION_ARGS)
Datum i2tof (PG_FUNCTION_ARGS)
Datum ftoi4 (PG_FUNCTION_ARGS)
Datum ftoi2 (PG_FUNCTION_ARGS)
Datum text_float8 (PG_FUNCTION_ARGS)
Datum text_float4 (PG_FUNCTION_ARGS)
Datum float8_text (PG_FUNCTION_ARGS)
Datum float4_text (PG_FUNCTION_ARGS)
Datum dround (PG_FUNCTION_ARGS)
Datum dceil (PG_FUNCTION_ARGS)
Datum dfloor (PG_FUNCTION_ARGS)
Datum dsign (PG_FUNCTION_ARGS)
Datum dtrunc (PG_FUNCTION_ARGS)
Datum dsqrt (PG_FUNCTION_ARGS)
Datum dcbrt (PG_FUNCTION_ARGS)
Datum dpow (PG_FUNCTION_ARGS)
Datum dexp (PG_FUNCTION_ARGS)
Datum dlog1 (PG_FUNCTION_ARGS)
Datum dlog10 (PG_FUNCTION_ARGS)
Datum dacos (PG_FUNCTION_ARGS)
Datum dasin (PG_FUNCTION_ARGS)
Datum datan (PG_FUNCTION_ARGS)
Datum datan2 (PG_FUNCTION_ARGS)
Datum dcos (PG_FUNCTION_ARGS)
Datum dcot (PG_FUNCTION_ARGS)
Datum dsin (PG_FUNCTION_ARGS)
Datum dtan (PG_FUNCTION_ARGS)
Datum degrees (PG_FUNCTION_ARGS)
Datum dpi (PG_FUNCTION_ARGS)
Datum radians (PG_FUNCTION_ARGS)
Datum drandom (PG_FUNCTION_ARGS)
Datum setseed (PG_FUNCTION_ARGS)
Datum float8_accum (PG_FUNCTION_ARGS)
Datum float4_accum (PG_FUNCTION_ARGS)
Datum float8_avg (PG_FUNCTION_ARGS)
Datum float8_variance (PG_FUNCTION_ARGS)
Datum float8_stddev (PG_FUNCTION_ARGS)
Datum float48pl (PG_FUNCTION_ARGS)
Datum float48mi (PG_FUNCTION_ARGS)
Datum float48mul (PG_FUNCTION_ARGS)
Datum float48div (PG_FUNCTION_ARGS)
Datum float84pl (PG_FUNCTION_ARGS)
Datum float84mi (PG_FUNCTION_ARGS)
Datum float84mul (PG_FUNCTION_ARGS)
Datum float84div (PG_FUNCTION_ARGS)
Datum float48eq (PG_FUNCTION_ARGS)
Datum float48ne (PG_FUNCTION_ARGS)
Datum float48lt (PG_FUNCTION_ARGS)
Datum float48le (PG_FUNCTION_ARGS)
Datum float48gt (PG_FUNCTION_ARGS)
Datum float48ge (PG_FUNCTION_ARGS)
Datum float84eq (PG_FUNCTION_ARGS)
Datum float84ne (PG_FUNCTION_ARGS)
Datum float84lt (PG_FUNCTION_ARGS)
Datum float84le (PG_FUNCTION_ARGS)
Datum float84gt (PG_FUNCTION_ARGS)
Datum float84ge (PG_FUNCTION_ARGS)
Datum pg_tablespace_size_oid (PG_FUNCTION_ARGS)
Datum pg_tablespace_size_name (PG_FUNCTION_ARGS)
Datum pg_database_size_oid (PG_FUNCTION_ARGS)
Datum pg_database_size_name (PG_FUNCTION_ARGS)
Datum pg_relation_size_oid (PG_FUNCTION_ARGS)
Datum pg_relation_size_name (PG_FUNCTION_ARGS)
Datum pg_total_relation_size_oid (PG_FUNCTION_ARGS)
Datum pg_total_relation_size_name (PG_FUNCTION_ARGS)
Datum pg_size_pretty (PG_FUNCTION_ARGS)
Datum pg_stat_file (PG_FUNCTION_ARGS)
Datum pg_read_file (PG_FUNCTION_ARGS)
Datum pg_ls_dir (PG_FUNCTION_ARGS)
Datum nullvalue (PG_FUNCTION_ARGS)
Datum nonnullvalue (PG_FUNCTION_ARGS)
Datum current_database (PG_FUNCTION_ARGS)
Datum pg_cancel_backend (PG_FUNCTION_ARGS)
Datum pg_reload_conf (PG_FUNCTION_ARGS)
Datum pg_tablespace_databases (PG_FUNCTION_ARGS)
Datum pg_rotate_logfile (PG_FUNCTION_ARGS)
Datum int4notin (PG_FUNCTION_ARGS)
Datum oidnotin (PG_FUNCTION_ARGS)
Datum oidin (PG_FUNCTION_ARGS)
Datum oidout (PG_FUNCTION_ARGS)
Datum oidrecv (PG_FUNCTION_ARGS)
Datum oidsend (PG_FUNCTION_ARGS)
Datum oideq (PG_FUNCTION_ARGS)
Datum oidne (PG_FUNCTION_ARGS)
Datum oidlt (PG_FUNCTION_ARGS)
Datum oidle (PG_FUNCTION_ARGS)
Datum oidge (PG_FUNCTION_ARGS)
Datum oidgt (PG_FUNCTION_ARGS)
Datum oidlarger (PG_FUNCTION_ARGS)
Datum oidsmaller (PG_FUNCTION_ARGS)
Datum oid_text (PG_FUNCTION_ARGS)
Datum text_oid (PG_FUNCTION_ARGS)
Datum oidvectorin (PG_FUNCTION_ARGS)
Datum oidvectorout (PG_FUNCTION_ARGS)
Datum oidvectorrecv (PG_FUNCTION_ARGS)
Datum oidvectorsend (PG_FUNCTION_ARGS)
Datum oidvectoreq (PG_FUNCTION_ARGS)
Datum oidvectorne (PG_FUNCTION_ARGS)
Datum oidvectorlt (PG_FUNCTION_ARGS)
Datum oidvectorle (PG_FUNCTION_ARGS)
Datum oidvectorge (PG_FUNCTION_ARGS)
Datum oidvectorgt (PG_FUNCTION_ARGS)
oidvectorbuildoidvector (const Oid *oids, int n)
Datum cstring_in (PG_FUNCTION_ARGS)
Datum cstring_out (PG_FUNCTION_ARGS)
Datum cstring_recv (PG_FUNCTION_ARGS)
Datum cstring_send (PG_FUNCTION_ARGS)
Datum any_in (PG_FUNCTION_ARGS)
Datum any_out (PG_FUNCTION_ARGS)
Datum anyarray_in (PG_FUNCTION_ARGS)
Datum anyarray_out (PG_FUNCTION_ARGS)
Datum anyarray_recv (PG_FUNCTION_ARGS)
Datum anyarray_send (PG_FUNCTION_ARGS)
Datum void_in (PG_FUNCTION_ARGS)
Datum void_out (PG_FUNCTION_ARGS)
Datum trigger_in (PG_FUNCTION_ARGS)
Datum trigger_out (PG_FUNCTION_ARGS)
Datum language_handler_in (PG_FUNCTION_ARGS)
Datum language_handler_out (PG_FUNCTION_ARGS)
Datum internal_in (PG_FUNCTION_ARGS)
Datum internal_out (PG_FUNCTION_ARGS)
Datum opaque_in (PG_FUNCTION_ARGS)
Datum opaque_out (PG_FUNCTION_ARGS)
Datum anyelement_in (PG_FUNCTION_ARGS)
Datum anyelement_out (PG_FUNCTION_ARGS)
Datum nameregexeq (PG_FUNCTION_ARGS)
Datum nameregexne (PG_FUNCTION_ARGS)
Datum textregexeq (PG_FUNCTION_ARGS)
Datum textregexne (PG_FUNCTION_ARGS)
Datum nameicregexeq (PG_FUNCTION_ARGS)
Datum nameicregexne (PG_FUNCTION_ARGS)
Datum texticregexeq (PG_FUNCTION_ARGS)
Datum texticregexne (PG_FUNCTION_ARGS)
Datum textregexsubstr (PG_FUNCTION_ARGS)
Datum textregexreplace_noopt (PG_FUNCTION_ARGS)
Datum textregexreplace (PG_FUNCTION_ARGS)
Datum similar_escape (PG_FUNCTION_ARGS)
Datum regprocin (PG_FUNCTION_ARGS)
Datum regprocout (PG_FUNCTION_ARGS)
Datum regprocrecv (PG_FUNCTION_ARGS)
Datum regprocsend (PG_FUNCTION_ARGS)
Datum regprocedurein (PG_FUNCTION_ARGS)
Datum regprocedureout (PG_FUNCTION_ARGS)
Datum regprocedurerecv (PG_FUNCTION_ARGS)
Datum regproceduresend (PG_FUNCTION_ARGS)
Datum regoperin (PG_FUNCTION_ARGS)
Datum regoperout (PG_FUNCTION_ARGS)
Datum regoperrecv (PG_FUNCTION_ARGS)
Datum regopersend (PG_FUNCTION_ARGS)
Datum regoperatorin (PG_FUNCTION_ARGS)
Datum regoperatorout (PG_FUNCTION_ARGS)
Datum regoperatorrecv (PG_FUNCTION_ARGS)
Datum regoperatorsend (PG_FUNCTION_ARGS)
Datum regclassin (PG_FUNCTION_ARGS)
Datum regclassout (PG_FUNCTION_ARGS)
Datum regclassrecv (PG_FUNCTION_ARGS)
Datum regclasssend (PG_FUNCTION_ARGS)
Datum regtypein (PG_FUNCTION_ARGS)
Datum regtypeout (PG_FUNCTION_ARGS)
Datum regtyperecv (PG_FUNCTION_ARGS)
Datum regtypesend (PG_FUNCTION_ARGS)
Datum text_regclass (PG_FUNCTION_ARGS)
ListstringToQualifiedNameList (const char *string, const char *caller)
char * format_procedure (Oid procedure_oid)
char * format_operator (Oid operator_oid)
Datum record_in (PG_FUNCTION_ARGS)
Datum record_out (PG_FUNCTION_ARGS)
Datum record_recv (PG_FUNCTION_ARGS)
Datum record_send (PG_FUNCTION_ARGS)
Datum pg_get_ruledef (PG_FUNCTION_ARGS)
Datum pg_get_ruledef_ext (PG_FUNCTION_ARGS)
Datum pg_get_viewdef (PG_FUNCTION_ARGS)
Datum pg_get_viewdef_ext (PG_FUNCTION_ARGS)
Datum pg_get_viewdef_name (PG_FUNCTION_ARGS)
Datum pg_get_viewdef_name_ext (PG_FUNCTION_ARGS)
Datum pg_get_indexdef (PG_FUNCTION_ARGS)
Datum pg_get_indexdef_ext (PG_FUNCTION_ARGS)
char * pg_get_indexdef_string (Oid indexrelid)
Datum pg_get_triggerdef (PG_FUNCTION_ARGS)
Datum pg_get_constraintdef (PG_FUNCTION_ARGS)
Datum pg_get_constraintdef_ext (PG_FUNCTION_ARGS)
char * pg_get_constraintdef_string (Oid constraintId)
Datum pg_get_expr (PG_FUNCTION_ARGS)
Datum pg_get_expr_ext (PG_FUNCTION_ARGS)
Datum pg_get_userbyid (PG_FUNCTION_ARGS)
Datum pg_get_serial_sequence (PG_FUNCTION_ARGS)
char * deparse_expression (Node *expr, List *dpcontext, bool forceprefix, bool showimplicit)
Listdeparse_context_for (const char *aliasname, Oid relid)
Listdeparse_context_for_plan (int outer_varno, Node *outercontext, int inner_varno, Node *innercontext, List *rtable)
Nodedeparse_context_for_rte (RangeTblEntry *rte)
Nodedeparse_context_for_subplan (const char *name, List *tlist, List *rtable)
const char * quote_identifier (const char *ident)
char * quote_qualified_identifier (const char *namespace, const char *ident)
Datum tidin (PG_FUNCTION_ARGS)
Datum tidout (PG_FUNCTION_ARGS)
Datum tidrecv (PG_FUNCTION_ARGS)
Datum tidsend (PG_FUNCTION_ARGS)
Datum tideq (PG_FUNCTION_ARGS)
Datum currtid_byreloid (PG_FUNCTION_ARGS)
Datum currtid_byrelname (PG_FUNCTION_ARGS)
Datum bpcharin (PG_FUNCTION_ARGS)
Datum bpcharout (PG_FUNCTION_ARGS)
Datum bpcharrecv (PG_FUNCTION_ARGS)
Datum bpcharsend (PG_FUNCTION_ARGS)
Datum bpchar (PG_FUNCTION_ARGS)
Datum char_bpchar (PG_FUNCTION_ARGS)
Datum name_bpchar (PG_FUNCTION_ARGS)
Datum bpchar_name (PG_FUNCTION_ARGS)
Datum bpchareq (PG_FUNCTION_ARGS)
Datum bpcharne (PG_FUNCTION_ARGS)
Datum bpcharlt (PG_FUNCTION_ARGS)
Datum bpcharle (PG_FUNCTION_ARGS)
Datum bpchargt (PG_FUNCTION_ARGS)
Datum bpcharge (PG_FUNCTION_ARGS)
Datum bpcharcmp (PG_FUNCTION_ARGS)
Datum bpchar_larger (PG_FUNCTION_ARGS)
Datum bpchar_smaller (PG_FUNCTION_ARGS)
Datum bpcharlen (PG_FUNCTION_ARGS)
Datum bpcharoctetlen (PG_FUNCTION_ARGS)
Datum hashbpchar (PG_FUNCTION_ARGS)
Datum varcharin (PG_FUNCTION_ARGS)
Datum varcharout (PG_FUNCTION_ARGS)
Datum varcharrecv (PG_FUNCTION_ARGS)
Datum varcharsend (PG_FUNCTION_ARGS)
Datum varchar (PG_FUNCTION_ARGS)
Datum textin (PG_FUNCTION_ARGS)
Datum textout (PG_FUNCTION_ARGS)
Datum textrecv (PG_FUNCTION_ARGS)
Datum textsend (PG_FUNCTION_ARGS)
Datum textcat (PG_FUNCTION_ARGS)
Datum texteq (PG_FUNCTION_ARGS)
Datum textne (PG_FUNCTION_ARGS)
Datum text_lt (PG_FUNCTION_ARGS)
Datum text_le (PG_FUNCTION_ARGS)
Datum text_gt (PG_FUNCTION_ARGS)
Datum text_ge (PG_FUNCTION_ARGS)
Datum text_larger (PG_FUNCTION_ARGS)
Datum text_smaller (PG_FUNCTION_ARGS)
Datum text_pattern_eq (PG_FUNCTION_ARGS)
Datum text_pattern_ne (PG_FUNCTION_ARGS)
Datum text_pattern_lt (PG_FUNCTION_ARGS)
Datum text_pattern_le (PG_FUNCTION_ARGS)
Datum text_pattern_gt (PG_FUNCTION_ARGS)
Datum text_pattern_ge (PG_FUNCTION_ARGS)
Datum textlen (PG_FUNCTION_ARGS)
Datum textoctetlen (PG_FUNCTION_ARGS)
Datum textpos (PG_FUNCTION_ARGS)
Datum text_substr (PG_FUNCTION_ARGS)
Datum text_substr_no_len (PG_FUNCTION_ARGS)
Datum name_text (PG_FUNCTION_ARGS)
Datum text_name (PG_FUNCTION_ARGS)
int varstr_cmp (char *arg1, int len1, char *arg2, int len2)
ListtextToQualifiedNameList (text *textval)
bool SplitIdentifierString (char *rawstring, char separator, List **namelist)
Datum replace_text (PG_FUNCTION_ARGS)
textreplace_text_regexp (text *src_text, void *regexp, text *replace_text, bool glob)
Datum split_text (PG_FUNCTION_ARGS)
Datum text_to_array (PG_FUNCTION_ARGS)
Datum array_to_text (PG_FUNCTION_ARGS)
Datum to_hex32 (PG_FUNCTION_ARGS)
Datum to_hex64 (PG_FUNCTION_ARGS)
Datum md5_text (PG_FUNCTION_ARGS)
Datum md5_bytea (PG_FUNCTION_ARGS)
Datum unknownin (PG_FUNCTION_ARGS)
Datum unknownout (PG_FUNCTION_ARGS)
Datum unknownrecv (PG_FUNCTION_ARGS)
Datum unknownsend (PG_FUNCTION_ARGS)
Datum byteain (PG_FUNCTION_ARGS)
Datum byteaout (PG_FUNCTION_ARGS)
Datum bytearecv (PG_FUNCTION_ARGS)
Datum byteasend (PG_FUNCTION_ARGS)
Datum byteaoctetlen (PG_FUNCTION_ARGS)
Datum byteaGetByte (PG_FUNCTION_ARGS)
Datum byteaGetBit (PG_FUNCTION_ARGS)
Datum byteaSetByte (PG_FUNCTION_ARGS)
Datum byteaSetBit (PG_FUNCTION_ARGS)
Datum binary_encode (PG_FUNCTION_ARGS)
Datum binary_decode (PG_FUNCTION_ARGS)
Datum byteaeq (PG_FUNCTION_ARGS)
Datum byteane (PG_FUNCTION_ARGS)
Datum bytealt (PG_FUNCTION_ARGS)
Datum byteale (PG_FUNCTION_ARGS)
Datum byteagt (PG_FUNCTION_ARGS)
Datum byteage (PG_FUNCTION_ARGS)
Datum byteacmp (PG_FUNCTION_ARGS)
Datum byteacat (PG_FUNCTION_ARGS)
Datum byteapos (PG_FUNCTION_ARGS)
Datum bytea_substr (PG_FUNCTION_ARGS)
Datum bytea_substr_no_len (PG_FUNCTION_ARGS)
Datum pg_column_size (PG_FUNCTION_ARGS)
Datum pgsql_version (PG_FUNCTION_ARGS)
Datum xidin (PG_FUNCTION_ARGS)
Datum xidout (PG_FUNCTION_ARGS)
Datum xidrecv (PG_FUNCTION_ARGS)
Datum xidsend (PG_FUNCTION_ARGS)
Datum xideq (PG_FUNCTION_ARGS)
Datum xid_age (PG_FUNCTION_ARGS)
Datum cidin (PG_FUNCTION_ARGS)
Datum cidout (PG_FUNCTION_ARGS)
Datum cidrecv (PG_FUNCTION_ARGS)
Datum cidsend (PG_FUNCTION_ARGS)
Datum cideq (PG_FUNCTION_ARGS)
Datum namelike (PG_FUNCTION_ARGS)
Datum namenlike (PG_FUNCTION_ARGS)
Datum nameiclike (PG_FUNCTION_ARGS)
Datum nameicnlike (PG_FUNCTION_ARGS)
Datum textlike (PG_FUNCTION_ARGS)
Datum textnlike (PG_FUNCTION_ARGS)
Datum texticlike (PG_FUNCTION_ARGS)
Datum texticnlike (PG_FUNCTION_ARGS)
Datum bytealike (PG_FUNCTION_ARGS)
Datum byteanlike (PG_FUNCTION_ARGS)
Datum like_escape (PG_FUNCTION_ARGS)
Datum like_escape_bytea (PG_FUNCTION_ARGS)
Datum lower (PG_FUNCTION_ARGS)
Datum upper (PG_FUNCTION_ARGS)
Datum initcap (PG_FUNCTION_ARGS)
Datum lpad (PG_FUNCTION_ARGS)
Datum rpad (PG_FUNCTION_ARGS)
Datum btrim (PG_FUNCTION_ARGS)
Datum btrim1 (PG_FUNCTION_ARGS)
Datum byteatrim (PG_FUNCTION_ARGS)
Datum ltrim (PG_FUNCTION_ARGS)
Datum ltrim1 (PG_FUNCTION_ARGS)
Datum rtrim (PG_FUNCTION_ARGS)
Datum rtrim1 (PG_FUNCTION_ARGS)
Datum translate (PG_FUNCTION_ARGS)
Datum chr (PG_FUNCTION_ARGS)
Datum repeat (PG_FUNCTION_ARGS)
Datum ascii (PG_FUNCTION_ARGS)
char * inet_net_ntop (int af, const void *src, int bits, char *dst, size_t size)
char * inet_cidr_ntop (int af, const void *src, int bits, char *dst, size_t size)
int inet_net_pton (int af, const char *src, void *dst, size_t size)
Datum inet_in (PG_FUNCTION_ARGS)
Datum inet_out (PG_FUNCTION_ARGS)
Datum inet_recv (PG_FUNCTION_ARGS)
Datum inet_send (PG_FUNCTION_ARGS)
Datum cidr_in (PG_FUNCTION_ARGS)
Datum cidr_out (PG_FUNCTION_ARGS)
Datum cidr_recv (PG_FUNCTION_ARGS)
Datum cidr_send (PG_FUNCTION_ARGS)
Datum network_cmp (PG_FUNCTION_ARGS)
Datum network_lt (PG_FUNCTION_ARGS)
Datum network_le (PG_FUNCTION_ARGS)
Datum network_eq (PG_FUNCTION_ARGS)
Datum network_ge (PG_FUNCTION_ARGS)
Datum network_gt (PG_FUNCTION_ARGS)
Datum network_ne (PG_FUNCTION_ARGS)
Datum hashinet (PG_FUNCTION_ARGS)
Datum network_sub (PG_FUNCTION_ARGS)
Datum network_subeq (PG_FUNCTION_ARGS)
Datum network_sup (PG_FUNCTION_ARGS)
Datum network_supeq (PG_FUNCTION_ARGS)
Datum network_network (PG_FUNCTION_ARGS)
Datum network_netmask (PG_FUNCTION_ARGS)
Datum network_hostmask (PG_FUNCTION_ARGS)
Datum network_masklen (PG_FUNCTION_ARGS)
Datum network_family (PG_FUNCTION_ARGS)
Datum network_broadcast (PG_FUNCTION_ARGS)
Datum network_host (PG_FUNCTION_ARGS)
Datum network_show (PG_FUNCTION_ARGS)
Datum network_abbrev (PG_FUNCTION_ARGS)
double convert_network_to_scalar (Datum value, Oid typid)
Datum text_cidr (PG_FUNCTION_ARGS)
Datum text_inet (PG_FUNCTION_ARGS)
Datum inet_set_masklen (PG_FUNCTION_ARGS)
Datum network_scan_first (Datum in)
Datum network_scan_last (Datum in)
Datum inet_client_addr (PG_FUNCTION_ARGS)
Datum inet_client_port (PG_FUNCTION_ARGS)
Datum inet_server_addr (PG_FUNCTION_ARGS)
Datum inet_server_port (PG_FUNCTION_ARGS)
Datum macaddr_in (PG_FUNCTION_ARGS)
Datum macaddr_out (PG_FUNCTION_ARGS)
Datum macaddr_recv (PG_FUNCTION_ARGS)
Datum macaddr_send (PG_FUNCTION_ARGS)
Datum macaddr_cmp (PG_FUNCTION_ARGS)
Datum macaddr_lt (PG_FUNCTION_ARGS)
Datum macaddr_le (PG_FUNCTION_ARGS)
Datum macaddr_eq (PG_FUNCTION_ARGS)
Datum macaddr_ge (PG_FUNCTION_ARGS)
Datum macaddr_gt (PG_FUNCTION_ARGS)
Datum macaddr_ne (PG_FUNCTION_ARGS)
Datum macaddr_trunc (PG_FUNCTION_ARGS)
Datum macaddr_text (PG_FUNCTION_ARGS)
Datum text_macaddr (PG_FUNCTION_ARGS)
Datum hashmacaddr (PG_FUNCTION_ARGS)
Datum numeric_in (PG_FUNCTION_ARGS)
Datum numeric_out (PG_FUNCTION_ARGS)
Datum numeric_recv (PG_FUNCTION_ARGS)
Datum numeric_send (PG_FUNCTION_ARGS)
Datum numeric (PG_FUNCTION_ARGS)
Datum numeric_abs (PG_FUNCTION_ARGS)
Datum numeric_uminus (PG_FUNCTION_ARGS)
Datum numeric_uplus (PG_FUNCTION_ARGS)
Datum numeric_sign (PG_FUNCTION_ARGS)
Datum numeric_round (PG_FUNCTION_ARGS)
Datum numeric_trunc (PG_FUNCTION_ARGS)
Datum numeric_ceil (PG_FUNCTION_ARGS)
Datum numeric_floor (PG_FUNCTION_ARGS)
Datum numeric_cmp (PG_FUNCTION_ARGS)
Datum numeric_eq (PG_FUNCTION_ARGS)
Datum numeric_ne (PG_FUNCTION_ARGS)
Datum numeric_gt (PG_FUNCTION_ARGS)
Datum numeric_ge (PG_FUNCTION_ARGS)
Datum numeric_lt (PG_FUNCTION_ARGS)
Datum numeric_le (PG_FUNCTION_ARGS)
Datum numeric_add (PG_FUNCTION_ARGS)
Datum numeric_sub (PG_FUNCTION_ARGS)
Datum numeric_mul (PG_FUNCTION_ARGS)
Datum numeric_div (PG_FUNCTION_ARGS)
Datum numeric_mod (PG_FUNCTION_ARGS)
Datum numeric_inc (PG_FUNCTION_ARGS)
Datum numeric_smaller (PG_FUNCTION_ARGS)
Datum numeric_larger (PG_FUNCTION_ARGS)
Datum numeric_fac (PG_FUNCTION_ARGS)
Datum numeric_sqrt (PG_FUNCTION_ARGS)
Datum numeric_exp (PG_FUNCTION_ARGS)
Datum numeric_ln (PG_FUNCTION_ARGS)
Datum numeric_log (PG_FUNCTION_ARGS)
Datum numeric_power (PG_FUNCTION_ARGS)
Datum int4_numeric (PG_FUNCTION_ARGS)
Datum numeric_int4 (PG_FUNCTION_ARGS)
Datum int8_numeric (PG_FUNCTION_ARGS)
Datum numeric_int8 (PG_FUNCTION_ARGS)
Datum int2_numeric (PG_FUNCTION_ARGS)
Datum numeric_int2 (PG_FUNCTION_ARGS)
Datum float8_numeric (PG_FUNCTION_ARGS)
Datum numeric_float8 (PG_FUNCTION_ARGS)
Datum numeric_float8_no_overflow (PG_FUNCTION_ARGS)
Datum float4_numeric (PG_FUNCTION_ARGS)
Datum numeric_float4 (PG_FUNCTION_ARGS)
Datum text_numeric (PG_FUNCTION_ARGS)
Datum numeric_text (PG_FUNCTION_ARGS)
Datum numeric_accum (PG_FUNCTION_ARGS)
Datum int2_accum (PG_FUNCTION_ARGS)
Datum int4_accum (PG_FUNCTION_ARGS)
Datum int8_accum (PG_FUNCTION_ARGS)
Datum numeric_avg (PG_FUNCTION_ARGS)
Datum numeric_variance (PG_FUNCTION_ARGS)
Datum numeric_stddev (PG_FUNCTION_ARGS)
Datum int2_sum (PG_FUNCTION_ARGS)
Datum int4_sum (PG_FUNCTION_ARGS)
Datum int8_sum (PG_FUNCTION_ARGS)
Datum int2_avg_accum (PG_FUNCTION_ARGS)
Datum int4_avg_accum (PG_FUNCTION_ARGS)
Datum int8_avg (PG_FUNCTION_ARGS)
Datum width_bucket_numeric (PG_FUNCTION_ARGS)
Datum RI_FKey_check_ins (PG_FUNCTION_ARGS)
Datum RI_FKey_check_upd (PG_FUNCTION_ARGS)
Datum RI_FKey_noaction_del (PG_FUNCTION_ARGS)
Datum RI_FKey_noaction_upd (PG_FUNCTION_ARGS)
Datum RI_FKey_cascade_del (PG_FUNCTION_ARGS)
Datum RI_FKey_cascade_upd (PG_FUNCTION_ARGS)
Datum RI_FKey_restrict_del (PG_FUNCTION_ARGS)
Datum RI_FKey_restrict_upd (PG_FUNCTION_ARGS)
Datum RI_FKey_setnull_del (PG_FUNCTION_ARGS)
Datum RI_FKey_setnull_upd (PG_FUNCTION_ARGS)
Datum RI_FKey_setdefault_del (PG_FUNCTION_ARGS)
Datum RI_FKey_setdefault_upd (PG_FUNCTION_ARGS)
Datum getdatabaseencoding (PG_FUNCTION_ARGS)
Datum database_character_set (PG_FUNCTION_ARGS)
Datum pg_client_encoding (PG_FUNCTION_ARGS)
Datum PG_encoding_to_char (PG_FUNCTION_ARGS)
Datum PG_char_to_encoding (PG_FUNCTION_ARGS)
Datum PG_character_set_name (PG_FUNCTION_ARGS)
Datum PG_character_set_id (PG_FUNCTION_ARGS)
Datum pg_convert (PG_FUNCTION_ARGS)
Datum pg_convert2 (PG_FUNCTION_ARGS)
Datum format_type (PG_FUNCTION_ARGS)
char * format_type_be (Oid type_oid)
char * format_type_with_typemod (Oid type_oid, int32 typemod)
Datum oidvectortypes (PG_FUNCTION_ARGS)
int32 type_maximum_size (Oid type_oid, int32 typemod)
Datum quote_ident (PG_FUNCTION_ARGS)
Datum quote_literal (PG_FUNCTION_ARGS)
Datum show_config_by_name (PG_FUNCTION_ARGS)
Datum set_config_by_name (PG_FUNCTION_ARGS)
Datum show_all_settings (PG_FUNCTION_ARGS)
Datum pg_lock_status (PG_FUNCTION_ARGS)
Datum pg_prepared_xact (PG_FUNCTION_ARGS)
Datum pg_convert_using (PG_FUNCTION_ARGS)

Variables

DLLIMPORT int extra_float_digits

Documentación de las funciones

Datum any_in ( PG_FUNCTION_ARGS  )
Datum any_out ( PG_FUNCTION_ARGS  )
Datum anyarray_in ( PG_FUNCTION_ARGS  )
Datum anyarray_out ( PG_FUNCTION_ARGS  )
Datum anyarray_recv ( PG_FUNCTION_ARGS  )
Datum anyarray_send ( PG_FUNCTION_ARGS  )
Datum anyelement_in ( PG_FUNCTION_ARGS  )
Datum anyelement_out ( PG_FUNCTION_ARGS  )
Datum array_to_text ( PG_FUNCTION_ARGS  )
Datum ascii ( PG_FUNCTION_ARGS  )
Datum binary_decode ( PG_FUNCTION_ARGS  )
Datum binary_encode ( PG_FUNCTION_ARGS  )
Datum bool_int4 ( PG_FUNCTION_ARGS  )
Datum booland_statefunc ( PG_FUNCTION_ARGS  )
Datum booleq ( PG_FUNCTION_ARGS  )
Datum boolge ( PG_FUNCTION_ARGS  )
Datum boolgt ( PG_FUNCTION_ARGS  )
Datum boolin ( PG_FUNCTION_ARGS  )
Datum boolle ( PG_FUNCTION_ARGS  )
Datum boollt ( PG_FUNCTION_ARGS  )
Datum boolne ( PG_FUNCTION_ARGS  )
Datum boolor_statefunc ( PG_FUNCTION_ARGS  )
Datum boolout ( PG_FUNCTION_ARGS  )
Datum boolrecv ( PG_FUNCTION_ARGS  )
Datum boolsend ( PG_FUNCTION_ARGS  )
Datum bpchar ( PG_FUNCTION_ARGS  )
Datum bpchar_larger ( PG_FUNCTION_ARGS  )
Datum bpchar_name ( PG_FUNCTION_ARGS  )
Datum bpchar_smaller ( PG_FUNCTION_ARGS  )
Datum bpcharcmp ( PG_FUNCTION_ARGS  )
Datum bpchareq ( PG_FUNCTION_ARGS  )
Datum bpcharge ( PG_FUNCTION_ARGS  )
Datum bpchargt ( PG_FUNCTION_ARGS  )
Datum bpcharin ( PG_FUNCTION_ARGS  )
Datum bpcharle ( PG_FUNCTION_ARGS  )
Datum bpcharlen ( PG_FUNCTION_ARGS  )
Datum bpcharlt ( PG_FUNCTION_ARGS  )
Datum bpcharne ( PG_FUNCTION_ARGS  )
Datum bpcharoctetlen ( PG_FUNCTION_ARGS  )
Datum bpcharout ( PG_FUNCTION_ARGS  )
Datum bpcharrecv ( PG_FUNCTION_ARGS  )
Datum bpcharsend ( PG_FUNCTION_ARGS  )
Datum btabstimecmp ( PG_FUNCTION_ARGS  )
Datum btboolcmp ( PG_FUNCTION_ARGS  )
Datum btcharcmp ( PG_FUNCTION_ARGS  )
Datum btfloat48cmp ( PG_FUNCTION_ARGS  )
Datum btfloat4cmp ( PG_FUNCTION_ARGS  )
Datum btfloat84cmp ( PG_FUNCTION_ARGS  )
Datum btfloat8cmp ( PG_FUNCTION_ARGS  )
Datum btint24cmp ( PG_FUNCTION_ARGS  )
Datum btint28cmp ( PG_FUNCTION_ARGS  )
Datum btint2cmp ( PG_FUNCTION_ARGS  )
Datum btint42cmp ( PG_FUNCTION_ARGS  )
Datum btint48cmp ( PG_FUNCTION_ARGS  )
Datum btint4cmp ( PG_FUNCTION_ARGS  )
Datum btint82cmp ( PG_FUNCTION_ARGS  )
Datum btint84cmp ( PG_FUNCTION_ARGS  )
Datum btint8cmp ( PG_FUNCTION_ARGS  )
Datum btname_pattern_cmp ( PG_FUNCTION_ARGS  )
Datum btnamecmp ( PG_FUNCTION_ARGS  )
Datum btoidcmp ( PG_FUNCTION_ARGS  )
Datum btoidvectorcmp ( PG_FUNCTION_ARGS  )
Datum btreltimecmp ( PG_FUNCTION_ARGS  )
Datum btrim ( PG_FUNCTION_ARGS  )
Datum btrim1 ( PG_FUNCTION_ARGS  )
Datum bttext_pattern_cmp ( PG_FUNCTION_ARGS  )
Datum bttextcmp ( PG_FUNCTION_ARGS  )
Datum bttintervalcmp ( PG_FUNCTION_ARGS  )
int2vector* buildint2vector ( const int2 int2s,
int  n 
)
oidvector* buildoidvector ( const Oid oids,
int  n 
)
Datum bytea_substr ( PG_FUNCTION_ARGS  )
Datum bytea_substr_no_len ( PG_FUNCTION_ARGS  )
Datum byteacat ( PG_FUNCTION_ARGS  )
Datum byteacmp ( PG_FUNCTION_ARGS  )
Datum byteaeq ( PG_FUNCTION_ARGS  )
Datum byteage ( PG_FUNCTION_ARGS  )
Datum byteaGetBit ( PG_FUNCTION_ARGS  )
Datum byteaGetByte ( PG_FUNCTION_ARGS  )
Datum byteagt ( PG_FUNCTION_ARGS  )
Datum byteain ( PG_FUNCTION_ARGS  )
Datum byteale ( PG_FUNCTION_ARGS  )
Datum bytealike ( PG_FUNCTION_ARGS  )
Datum bytealt ( PG_FUNCTION_ARGS  )
Datum byteane ( PG_FUNCTION_ARGS  )
Datum byteanlike ( PG_FUNCTION_ARGS  )
Datum byteaoctetlen ( PG_FUNCTION_ARGS  )
Datum byteaout ( PG_FUNCTION_ARGS  )
Datum byteapos ( PG_FUNCTION_ARGS  )
Datum bytearecv ( PG_FUNCTION_ARGS  )
Datum byteasend ( PG_FUNCTION_ARGS  )
Datum byteaSetBit ( PG_FUNCTION_ARGS  )
Datum byteaSetByte ( PG_FUNCTION_ARGS  )
Datum byteatrim ( PG_FUNCTION_ARGS  )
Datum char_bpchar ( PG_FUNCTION_ARGS  )
Datum char_text ( PG_FUNCTION_ARGS  )
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  )
Datum charsend ( PG_FUNCTION_ARGS  )
Datum chartoi4 ( PG_FUNCTION_ARGS  )
Datum chr ( PG_FUNCTION_ARGS  )
Datum cideq ( PG_FUNCTION_ARGS  )
Datum cidin ( PG_FUNCTION_ARGS  )
Datum cidout ( PG_FUNCTION_ARGS  )
Datum cidr_in ( PG_FUNCTION_ARGS  )
Datum cidr_out ( PG_FUNCTION_ARGS  )
Datum cidr_recv ( PG_FUNCTION_ARGS  )
Datum cidr_send ( PG_FUNCTION_ARGS  )
Datum cidrecv ( PG_FUNCTION_ARGS  )
Datum cidsend ( PG_FUNCTION_ARGS  )
double convert_network_to_scalar ( Datum  value,
Oid  typid 
)
Datum cstring_in ( PG_FUNCTION_ARGS  )
Datum cstring_out ( PG_FUNCTION_ARGS  )
Datum cstring_recv ( PG_FUNCTION_ARGS  )
Datum cstring_send ( PG_FUNCTION_ARGS  )
Datum current_database ( PG_FUNCTION_ARGS  )
Datum current_schema ( PG_FUNCTION_ARGS  )
Datum current_schemas ( PG_FUNCTION_ARGS  )
Datum current_user ( PG_FUNCTION_ARGS  )
Datum currtid_byrelname ( PG_FUNCTION_ARGS  )
Datum currtid_byreloid ( PG_FUNCTION_ARGS  )
Datum dacos ( PG_FUNCTION_ARGS  )
Datum dasin ( PG_FUNCTION_ARGS  )
Datum database_character_set ( PG_FUNCTION_ARGS  )
Datum datan ( PG_FUNCTION_ARGS  )
Datum datan2 ( PG_FUNCTION_ARGS  )
Datum dcbrt ( PG_FUNCTION_ARGS  )
Datum dceil ( PG_FUNCTION_ARGS  )
Datum dcos ( PG_FUNCTION_ARGS  )
Datum dcot ( PG_FUNCTION_ARGS  )
Datum degrees ( PG_FUNCTION_ARGS  )
List* deparse_context_for ( const char *  aliasname,
Oid  relid 
)
List* deparse_context_for_plan ( int  outer_varno,
Node outercontext,
int  inner_varno,
Node innercontext,
List rtable 
)
Node* deparse_context_for_rte ( RangeTblEntry rte)
Node* deparse_context_for_subplan ( const char *  name,
List tlist,
List rtable 
)
char* deparse_expression ( Node expr,
List dpcontext,
bool  forceprefix,
bool  showimplicit 
)
Datum dexp ( PG_FUNCTION_ARGS  )
Datum dfloor ( PG_FUNCTION_ARGS  )
Datum dlog1 ( PG_FUNCTION_ARGS  )
Datum dlog10 ( PG_FUNCTION_ARGS  )
Datum dpi ( PG_FUNCTION_ARGS  )
Datum dpow ( PG_FUNCTION_ARGS  )
Datum drandom ( PG_FUNCTION_ARGS  )
Datum dround ( PG_FUNCTION_ARGS  )
Datum dsign ( PG_FUNCTION_ARGS  )
Datum dsin ( PG_FUNCTION_ARGS  )
Datum dsqrt ( PG_FUNCTION_ARGS  )
Datum dtan ( PG_FUNCTION_ARGS  )
Datum dtof ( PG_FUNCTION_ARGS  )
Datum dtoi2 ( PG_FUNCTION_ARGS  )
Datum dtoi4 ( PG_FUNCTION_ARGS  )
Datum dtrunc ( PG_FUNCTION_ARGS  )
Datum float48div ( PG_FUNCTION_ARGS  )
Datum float48eq ( PG_FUNCTION_ARGS  )
Datum float48ge ( PG_FUNCTION_ARGS  )
Datum float48gt ( PG_FUNCTION_ARGS  )
Datum float48le ( PG_FUNCTION_ARGS  )
Datum float48lt ( PG_FUNCTION_ARGS  )
Datum float48mi ( PG_FUNCTION_ARGS  )
Datum float48mul ( PG_FUNCTION_ARGS  )
Datum float48ne ( PG_FUNCTION_ARGS  )
Datum float48pl ( PG_FUNCTION_ARGS  )
Datum float4_accum ( PG_FUNCTION_ARGS  )
Datum float4_numeric ( PG_FUNCTION_ARGS  )
Datum float4_text ( PG_FUNCTION_ARGS  )
Datum float4abs ( PG_FUNCTION_ARGS  )
Datum float4div ( PG_FUNCTION_ARGS  )
Datum float4eq ( PG_FUNCTION_ARGS  )
Datum float4ge ( PG_FUNCTION_ARGS  )
Datum float4gt ( PG_FUNCTION_ARGS  )
Datum float4in ( PG_FUNCTION_ARGS  )
Datum float4larger ( PG_FUNCTION_ARGS  )
Datum float4le ( PG_FUNCTION_ARGS  )
Datum float4lt ( PG_FUNCTION_ARGS  )
Datum float4mi ( PG_FUNCTION_ARGS  )
Datum float4mul ( PG_FUNCTION_ARGS  )
Datum float4ne ( PG_FUNCTION_ARGS  )
Datum float4out ( PG_FUNCTION_ARGS  )
Datum float4pl ( PG_FUNCTION_ARGS  )
Datum float4recv ( PG_FUNCTION_ARGS  )
Datum float4send ( PG_FUNCTION_ARGS  )
Datum float4smaller ( PG_FUNCTION_ARGS  )
Datum float4um ( PG_FUNCTION_ARGS  )
Datum float4up ( PG_FUNCTION_ARGS  )
Datum float84div ( PG_FUNCTION_ARGS  )
Datum float84eq ( PG_FUNCTION_ARGS  )
Datum float84ge ( PG_FUNCTION_ARGS  )
Datum float84gt ( PG_FUNCTION_ARGS  )
Datum float84le ( PG_FUNCTION_ARGS  )
Datum float84lt ( PG_FUNCTION_ARGS  )
Datum float84mi ( PG_FUNCTION_ARGS  )
Datum float84mul ( PG_FUNCTION_ARGS  )
Datum float84ne ( PG_FUNCTION_ARGS  )
Datum float84pl ( PG_FUNCTION_ARGS  )
Datum float8_accum ( PG_FUNCTION_ARGS  )
Datum float8_avg ( PG_FUNCTION_ARGS  )
Datum float8_numeric ( PG_FUNCTION_ARGS  )
Datum float8_stddev ( PG_FUNCTION_ARGS  )
Datum float8_text ( PG_FUNCTION_ARGS  )
Datum float8_variance ( PG_FUNCTION_ARGS  )
Datum float8abs ( PG_FUNCTION_ARGS  )
Datum float8div ( PG_FUNCTION_ARGS  )
Datum float8eq ( PG_FUNCTION_ARGS  )
Datum float8ge ( PG_FUNCTION_ARGS  )
Datum float8gt ( PG_FUNCTION_ARGS  )
Datum float8in ( PG_FUNCTION_ARGS  )
Datum float8larger ( PG_FUNCTION_ARGS  )
Datum float8le ( PG_FUNCTION_ARGS  )
Datum float8lt ( PG_FUNCTION_ARGS  )
Datum float8mi ( PG_FUNCTION_ARGS  )
Datum float8mul ( PG_FUNCTION_ARGS  )
Datum float8ne ( PG_FUNCTION_ARGS  )
Datum float8out ( PG_FUNCTION_ARGS  )
Datum float8pl ( PG_FUNCTION_ARGS  )
Datum float8recv ( PG_FUNCTION_ARGS  )
Datum float8send ( PG_FUNCTION_ARGS  )
Datum float8smaller ( PG_FUNCTION_ARGS  )
Datum float8um ( PG_FUNCTION_ARGS  )
Datum float8up ( PG_FUNCTION_ARGS  )
char* format_operator ( Oid  operator_oid)
char* format_procedure ( Oid  procedure_oid)
Datum format_type ( PG_FUNCTION_ARGS  )
char* format_type_be ( Oid  type_oid)
char* format_type_with_typemod ( Oid  type_oid,
int32  typemod 
)
Datum ftod ( PG_FUNCTION_ARGS  )
Datum ftoi2 ( PG_FUNCTION_ARGS  )
Datum ftoi4 ( PG_FUNCTION_ARGS  )
Datum generate_series_int4 ( PG_FUNCTION_ARGS  )
Datum generate_series_step_int4 ( PG_FUNCTION_ARGS  )
float get_float4_infinity ( void  )
float get_float4_nan ( void  )
double get_float8_infinity ( void  )
double get_float8_nan ( void  )
Datum getdatabaseencoding ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_database_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_function_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_language_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_schema_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_table_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_id ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_id_id ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_id_name ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_name ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_name_id ( PG_FUNCTION_ARGS  )
Datum has_tablespace_privilege_name_name ( PG_FUNCTION_ARGS  )
Datum hashbpchar ( PG_FUNCTION_ARGS  )
Datum hashinet ( PG_FUNCTION_ARGS  )
Datum hashmacaddr ( PG_FUNCTION_ARGS  )
Datum i2tod ( PG_FUNCTION_ARGS  )
Datum i2tof ( PG_FUNCTION_ARGS  )
Datum i2toi4 ( PG_FUNCTION_ARGS  )
Datum i4tochar ( PG_FUNCTION_ARGS  )
Datum i4tod ( PG_FUNCTION_ARGS  )
Datum i4tof ( PG_FUNCTION_ARGS  )
Datum i4toi2 ( PG_FUNCTION_ARGS  )
char* inet_cidr_ntop ( int  af,
const void *  src,
int  bits,
char *  dst,
size_t  size 
)
Datum inet_client_addr ( PG_FUNCTION_ARGS  )
Datum inet_client_port ( PG_FUNCTION_ARGS  )
Datum inet_in ( PG_FUNCTION_ARGS  )
char* inet_net_ntop ( int  af,
const void *  src,
int  bits,
char *  dst,
size_t  size 
)
int inet_net_pton ( int  af,
const char *  src,
void *  dst,
size_t  size 
)
Datum inet_out ( PG_FUNCTION_ARGS  )
Datum inet_recv ( PG_FUNCTION_ARGS  )
Datum inet_send ( PG_FUNCTION_ARGS  )
Datum inet_server_addr ( PG_FUNCTION_ARGS  )
Datum inet_server_port ( PG_FUNCTION_ARGS  )
Datum inet_set_masklen ( PG_FUNCTION_ARGS  )
Datum initcap ( PG_FUNCTION_ARGS  )
Datum int24div ( PG_FUNCTION_ARGS  )
Datum int24eq ( PG_FUNCTION_ARGS  )
Datum int24ge ( PG_FUNCTION_ARGS  )
Datum int24gt ( PG_FUNCTION_ARGS  )
Datum int24le ( PG_FUNCTION_ARGS  )
Datum int24lt ( PG_FUNCTION_ARGS  )
Datum int24mi ( PG_FUNCTION_ARGS  )
Datum int24mod ( PG_FUNCTION_ARGS  )
Datum int24mul ( PG_FUNCTION_ARGS  )
Datum int24ne ( PG_FUNCTION_ARGS  )
Datum int24pl ( PG_FUNCTION_ARGS  )
Datum int2_accum ( PG_FUNCTION_ARGS  )
Datum int2_avg_accum ( PG_FUNCTION_ARGS  )
Datum int2_numeric ( PG_FUNCTION_ARGS  )
Datum int2_sum ( PG_FUNCTION_ARGS  )
Datum int2_text ( PG_FUNCTION_ARGS  )
Datum int2abs ( PG_FUNCTION_ARGS  )
Datum int2and ( PG_FUNCTION_ARGS  )
Datum int2div ( PG_FUNCTION_ARGS  )
Datum int2eq ( PG_FUNCTION_ARGS  )
Datum int2ge ( PG_FUNCTION_ARGS  )
Datum int2gt ( PG_FUNCTION_ARGS  )
Datum int2in ( PG_FUNCTION_ARGS  )
Datum int2larger ( PG_FUNCTION_ARGS  )
Datum int2le ( PG_FUNCTION_ARGS  )
Datum int2lt ( PG_FUNCTION_ARGS  )
Datum int2mi ( PG_FUNCTION_ARGS  )
Datum int2mod ( PG_FUNCTION_ARGS  )
Datum int2mul ( PG_FUNCTION_ARGS  )
Datum int2ne ( PG_FUNCTION_ARGS  )
Datum int2not ( PG_FUNCTION_ARGS  )
Datum int2or ( PG_FUNCTION_ARGS  )
Datum int2out ( PG_FUNCTION_ARGS  )
Datum int2pl ( PG_FUNCTION_ARGS  )
Datum int2recv ( PG_FUNCTION_ARGS  )
Datum int2send ( PG_FUNCTION_ARGS  )
Datum int2shl ( PG_FUNCTION_ARGS  )
Datum int2shr ( PG_FUNCTION_ARGS  )
Datum int2smaller ( PG_FUNCTION_ARGS  )
Datum int2um ( PG_FUNCTION_ARGS  )
Datum int2up ( PG_FUNCTION_ARGS  )
Datum int2vectoreq ( PG_FUNCTION_ARGS  )
Datum int2vectorin ( PG_FUNCTION_ARGS  )
Datum int2vectorout ( PG_FUNCTION_ARGS  )
Datum int2vectorrecv ( PG_FUNCTION_ARGS  )
Datum int2vectorsend ( PG_FUNCTION_ARGS  )
Datum int2xor ( PG_FUNCTION_ARGS  )
Datum int42div ( PG_FUNCTION_ARGS  )
Datum int42eq ( PG_FUNCTION_ARGS  )
Datum int42ge ( PG_FUNCTION_ARGS  )
Datum int42gt ( PG_FUNCTION_ARGS  )
Datum int42le ( PG_FUNCTION_ARGS  )
Datum int42lt ( PG_FUNCTION_ARGS  )
Datum int42mi ( PG_FUNCTION_ARGS  )
Datum int42mod ( PG_FUNCTION_ARGS  )
Datum int42mul ( PG_FUNCTION_ARGS  )
Datum int42ne ( PG_FUNCTION_ARGS  )
Datum int42pl ( PG_FUNCTION_ARGS  )
Datum int4_accum ( PG_FUNCTION_ARGS  )
Datum int4_avg_accum ( PG_FUNCTION_ARGS  )
Datum int4_bool ( PG_FUNCTION_ARGS  )
Datum int4_numeric ( PG_FUNCTION_ARGS  )
Datum int4_sum ( PG_FUNCTION_ARGS  )
Datum int4_text ( PG_FUNCTION_ARGS  )
Datum int4abs ( PG_FUNCTION_ARGS  )
Datum int4and ( PG_FUNCTION_ARGS  )
Datum int4div ( PG_FUNCTION_ARGS  )
Datum int4eq ( PG_FUNCTION_ARGS  )
Datum int4ge ( PG_FUNCTION_ARGS  )
Datum int4gt ( PG_FUNCTION_ARGS  )
Datum int4in ( PG_FUNCTION_ARGS  )
Datum int4inc ( PG_FUNCTION_ARGS  )
Datum int4larger ( PG_FUNCTION_ARGS  )
Datum int4le ( PG_FUNCTION_ARGS  )
Datum int4lt ( PG_FUNCTION_ARGS  )
Datum int4mi ( PG_FUNCTION_ARGS  )
Datum int4mod ( PG_FUNCTION_ARGS  )
Datum int4mul ( PG_FUNCTION_ARGS  )
Datum int4ne ( PG_FUNCTION_ARGS  )
Datum int4not ( PG_FUNCTION_ARGS  )
Datum int4notin ( PG_FUNCTION_ARGS  )
Datum int4or ( PG_FUNCTION_ARGS  )
Datum int4out ( PG_FUNCTION_ARGS  )
Datum int4pl ( PG_FUNCTION_ARGS  )
Datum int4recv ( PG_FUNCTION_ARGS  )
Datum int4send ( PG_FUNCTION_ARGS  )
Datum int4shl ( PG_FUNCTION_ARGS  )
Datum int4shr ( PG_FUNCTION_ARGS  )
Datum int4smaller ( PG_FUNCTION_ARGS  )
Datum int4um ( PG_FUNCTION_ARGS  )
Datum int4up ( PG_FUNCTION_ARGS  )
Datum int4xor ( PG_FUNCTION_ARGS  )
Datum int8_accum ( PG_FUNCTION_ARGS  )
Datum int8_avg ( PG_FUNCTION_ARGS  )
Datum int8_numeric ( PG_FUNCTION_ARGS  )
Datum int8_sum ( PG_FUNCTION_ARGS  )
Datum internal_in ( PG_FUNCTION_ARGS  )
Datum internal_out ( PG_FUNCTION_ARGS  )
int is_infinite ( double  val)
Datum isfalse ( PG_FUNCTION_ARGS  )
Datum isnotfalse ( PG_FUNCTION_ARGS  )
Datum isnottrue ( PG_FUNCTION_ARGS  )
Datum istrue ( PG_FUNCTION_ARGS  )
Datum language_handler_in ( PG_FUNCTION_ARGS  )
Datum language_handler_out ( PG_FUNCTION_ARGS  )
Datum like_escape ( PG_FUNCTION_ARGS  )
Datum like_escape_bytea ( PG_FUNCTION_ARGS  )
Datum lower ( PG_FUNCTION_ARGS  )
Datum lpad ( PG_FUNCTION_ARGS  )
Datum ltrim ( PG_FUNCTION_ARGS  )
Datum ltrim1 ( PG_FUNCTION_ARGS  )
Datum macaddr_cmp ( PG_FUNCTION_ARGS  )
Datum macaddr_eq ( PG_FUNCTION_ARGS  )
Datum macaddr_ge ( PG_FUNCTION_ARGS  )
Datum macaddr_gt ( PG_FUNCTION_ARGS  )
Datum macaddr_in ( PG_FUNCTION_ARGS  )
Datum macaddr_le ( PG_FUNCTION_ARGS  )
Datum macaddr_lt ( PG_FUNCTION_ARGS  )
Datum macaddr_ne ( PG_FUNCTION_ARGS  )
Datum macaddr_out ( PG_FUNCTION_ARGS  )
Datum macaddr_recv ( PG_FUNCTION_ARGS  )
Datum macaddr_send ( PG_FUNCTION_ARGS  )
Datum macaddr_text ( PG_FUNCTION_ARGS  )
Datum macaddr_trunc ( PG_FUNCTION_ARGS  )
Datum md5_bytea ( PG_FUNCTION_ARGS  )
Datum md5_text ( PG_FUNCTION_ARGS  )
Datum name_bpchar ( PG_FUNCTION_ARGS  )
Datum name_pattern_eq ( PG_FUNCTION_ARGS  )
Datum name_pattern_ge ( PG_FUNCTION_ARGS  )
Datum name_pattern_gt ( PG_FUNCTION_ARGS  )
Datum name_pattern_le ( PG_FUNCTION_ARGS  )
Datum name_pattern_lt ( PG_FUNCTION_ARGS  )
Datum name_pattern_ne ( PG_FUNCTION_ARGS  )
Datum name_text ( PG_FUNCTION_ARGS  )
int namecpy ( Name  n1,
Name  n2 
)
Datum nameeq ( PG_FUNCTION_ARGS  )
Datum namege ( PG_FUNCTION_ARGS  )
Datum namegt ( PG_FUNCTION_ARGS  )
Datum nameiclike ( PG_FUNCTION_ARGS  )
Datum nameicnlike ( PG_FUNCTION_ARGS  )
Datum nameicregexeq ( PG_FUNCTION_ARGS  )
Datum nameicregexne ( PG_FUNCTION_ARGS  )
Datum namein ( PG_FUNCTION_ARGS  )
Datum namele ( PG_FUNCTION_ARGS  )
Datum namelike ( PG_FUNCTION_ARGS  )
Datum namelt ( PG_FUNCTION_ARGS  )
Datum namene ( PG_FUNCTION_ARGS  )
Datum namenlike ( PG_FUNCTION_ARGS  )
Datum nameout ( PG_FUNCTION_ARGS  )
Datum namerecv ( PG_FUNCTION_ARGS  )
Datum nameregexeq ( PG_FUNCTION_ARGS  )
Datum nameregexne ( PG_FUNCTION_ARGS  )
Datum namesend ( PG_FUNCTION_ARGS  )
int namestrcmp ( Name  name,
const char *  str 
)
int namestrcpy ( Name  name,
const char *  str 
)
Datum network_abbrev ( PG_FUNCTION_ARGS  )
Datum network_broadcast ( PG_FUNCTION_ARGS  )
Datum network_cmp ( PG_FUNCTION_ARGS  )
Datum network_eq ( PG_FUNCTION_ARGS  )
Datum network_family ( PG_FUNCTION_ARGS  )
Datum network_ge ( PG_FUNCTION_ARGS  )
Datum network_gt ( PG_FUNCTION_ARGS  )
Datum network_host ( PG_FUNCTION_ARGS  )
Datum network_hostmask ( PG_FUNCTION_ARGS  )
Datum network_le ( PG_FUNCTION_ARGS  )
Datum network_lt ( PG_FUNCTION_ARGS  )
Datum network_masklen ( PG_FUNCTION_ARGS  )
Datum network_ne ( PG_FUNCTION_ARGS  )
Datum network_netmask ( PG_FUNCTION_ARGS  )
Datum network_network ( PG_FUNCTION_ARGS  )
Datum network_scan_first ( Datum  in)
Datum network_scan_last ( Datum  in)
Datum network_show ( PG_FUNCTION_ARGS  )
Datum network_sub ( PG_FUNCTION_ARGS  )
Datum network_subeq ( PG_FUNCTION_ARGS  )
Datum network_sup ( PG_FUNCTION_ARGS  )
Datum network_supeq ( PG_FUNCTION_ARGS  )
Datum nonnullvalue ( PG_FUNCTION_ARGS  )
Datum nullvalue ( PG_FUNCTION_ARGS  )
Datum numeric ( PG_FUNCTION_ARGS  )
Datum numeric_abs ( PG_FUNCTION_ARGS  )
Datum numeric_accum ( PG_FUNCTION_ARGS  )
Datum numeric_add ( PG_FUNCTION_ARGS  )
Datum numeric_avg ( PG_FUNCTION_ARGS  )
Datum numeric_ceil ( PG_FUNCTION_ARGS  )
Datum numeric_cmp ( PG_FUNCTION_ARGS  )
Datum numeric_div ( PG_FUNCTION_ARGS  )
Datum numeric_eq ( PG_FUNCTION_ARGS  )
Datum numeric_exp ( PG_FUNCTION_ARGS  )
Datum numeric_fac ( PG_FUNCTION_ARGS  )
Datum numeric_float4 ( PG_FUNCTION_ARGS  )
Datum numeric_float8 ( PG_FUNCTION_ARGS  )
Datum numeric_float8_no_overflow ( PG_FUNCTION_ARGS  )
Datum numeric_floor ( PG_FUNCTION_ARGS  )
Datum numeric_ge ( PG_FUNCTION_ARGS  )
Datum numeric_gt ( PG_FUNCTION_ARGS  )
Datum numeric_in ( PG_FUNCTION_ARGS  )
Datum numeric_inc ( PG_FUNCTION_ARGS  )
Datum numeric_int2 ( PG_FUNCTION_ARGS  )
Datum numeric_int4 ( PG_FUNCTION_ARGS  )
Datum numeric_int8 ( PG_FUNCTION_ARGS  )
Datum numeric_larger ( PG_FUNCTION_ARGS  )
Datum numeric_le ( PG_FUNCTION_ARGS  )
Datum numeric_ln ( PG_FUNCTION_ARGS  )
Datum numeric_log ( PG_FUNCTION_ARGS  )
Datum numeric_lt ( PG_FUNCTION_ARGS  )
Datum numeric_mod ( PG_FUNCTION_ARGS  )
Datum numeric_mul ( PG_FUNCTION_ARGS  )
Datum numeric_ne ( PG_FUNCTION_ARGS  )
Datum numeric_out ( PG_FUNCTION_ARGS  )
Datum numeric_power ( PG_FUNCTION_ARGS  )
Datum numeric_recv ( PG_FUNCTION_ARGS  )
Datum numeric_round ( PG_FUNCTION_ARGS  )
Datum numeric_send ( PG_FUNCTION_ARGS  )
Datum numeric_sign ( PG_FUNCTION_ARGS  )
Datum numeric_smaller ( PG_FUNCTION_ARGS  )
Datum numeric_sqrt ( PG_FUNCTION_ARGS  )
Datum numeric_stddev ( PG_FUNCTION_ARGS  )
Datum numeric_sub ( PG_FUNCTION_ARGS  )
Datum numeric_text ( PG_FUNCTION_ARGS  )
Datum numeric_trunc ( PG_FUNCTION_ARGS  )
Datum numeric_uminus ( PG_FUNCTION_ARGS  )
Datum numeric_uplus ( PG_FUNCTION_ARGS  )
Datum numeric_variance ( PG_FUNCTION_ARGS  )
Datum oid_text ( PG_FUNCTION_ARGS  )
Datum oideq ( PG_FUNCTION_ARGS  )
Datum oidge ( PG_FUNCTION_ARGS  )
Datum oidgt ( PG_FUNCTION_ARGS  )
Datum oidin ( PG_FUNCTION_ARGS  )
Datum oidlarger ( PG_FUNCTION_ARGS  )
Datum oidle ( PG_FUNCTION_ARGS  )
Datum oidlt ( PG_FUNCTION_ARGS  )
Datum oidne ( PG_FUNCTION_ARGS  )
Datum oidnotin ( PG_FUNCTION_ARGS  )
Datum oidout ( PG_FUNCTION_ARGS  )
Datum oidrecv ( PG_FUNCTION_ARGS  )
Datum oidsend ( PG_FUNCTION_ARGS  )
Datum oidsmaller ( PG_FUNCTION_ARGS  )
Datum oidvectoreq ( PG_FUNCTION_ARGS  )
Datum oidvectorge ( PG_FUNCTION_ARGS  )
Datum oidvectorgt ( PG_FUNCTION_ARGS  )
Datum oidvectorin ( PG_FUNCTION_ARGS  )
Datum oidvectorle ( PG_FUNCTION_ARGS  )
Datum oidvectorlt ( PG_FUNCTION_ARGS  )
Datum oidvectorne ( PG_FUNCTION_ARGS  )
Datum oidvectorout ( PG_FUNCTION_ARGS  )
Datum oidvectorrecv ( PG_FUNCTION_ARGS  )
Datum oidvectorsend ( PG_FUNCTION_ARGS  )
Datum oidvectortypes ( PG_FUNCTION_ARGS  )
Datum opaque_in ( PG_FUNCTION_ARGS  )
Datum opaque_out ( PG_FUNCTION_ARGS  )
int32 pg_atoi ( char *  s,
int  size,
int  c 
)
Datum pg_cancel_backend ( PG_FUNCTION_ARGS  )
Datum PG_char_to_encoding ( PG_FUNCTION_ARGS  )
Datum PG_character_set_id ( PG_FUNCTION_ARGS  )
Datum PG_character_set_name ( PG_FUNCTION_ARGS  )
Datum pg_client_encoding ( PG_FUNCTION_ARGS  )
Datum pg_column_size ( PG_FUNCTION_ARGS  )
Datum pg_convert ( PG_FUNCTION_ARGS  )
Datum pg_convert2 ( PG_FUNCTION_ARGS  )
Datum pg_convert_using ( PG_FUNCTION_ARGS  )
Datum pg_database_size_name ( PG_FUNCTION_ARGS  )
Datum pg_database_size_oid ( PG_FUNCTION_ARGS  )
Datum PG_encoding_to_char ( PG_FUNCTION_ARGS  )
Datum pg_get_constraintdef ( PG_FUNCTION_ARGS  )
Datum pg_get_constraintdef_ext ( PG_FUNCTION_ARGS  )
char* pg_get_constraintdef_string ( Oid  constraintId)
Datum pg_get_expr ( PG_FUNCTION_ARGS  )
Datum pg_get_expr_ext ( PG_FUNCTION_ARGS  )
Datum pg_get_indexdef ( PG_FUNCTION_ARGS  )
Datum pg_get_indexdef_ext ( PG_FUNCTION_ARGS  )
char* pg_get_indexdef_string ( Oid  indexrelid)
Datum pg_get_ruledef ( PG_FUNCTION_ARGS  )
Datum pg_get_ruledef_ext ( PG_FUNCTION_ARGS  )
Datum pg_get_serial_sequence ( PG_FUNCTION_ARGS  )
Datum pg_get_triggerdef ( PG_FUNCTION_ARGS  )
Datum pg_get_userbyid ( PG_FUNCTION_ARGS  )
Datum pg_get_viewdef ( PG_FUNCTION_ARGS  )
Datum pg_get_viewdef_ext ( PG_FUNCTION_ARGS  )
Datum pg_get_viewdef_name ( PG_FUNCTION_ARGS  )
Datum pg_get_viewdef_name_ext ( PG_FUNCTION_ARGS  )
Datum pg_has_role_id ( PG_FUNCTION_ARGS  )
Datum pg_has_role_id_id ( PG_FUNCTION_ARGS  )
Datum pg_has_role_id_name ( PG_FUNCTION_ARGS  )
Datum pg_has_role_name ( PG_FUNCTION_ARGS  )
Datum pg_has_role_name_id ( PG_FUNCTION_ARGS  )
Datum pg_has_role_name_name ( PG_FUNCTION_ARGS  )
void pg_itoa ( int16  i,
char *  a 
)
Datum pg_lock_status ( PG_FUNCTION_ARGS  )
Datum pg_ls_dir ( PG_FUNCTION_ARGS  )
void pg_ltoa ( int32  l,
char *  a 
)
Datum pg_prepared_xact ( PG_FUNCTION_ARGS  )
Datum pg_read_file ( PG_FUNCTION_ARGS  )
Datum pg_relation_size_name ( PG_FUNCTION_ARGS  )
Datum pg_relation_size_oid ( PG_FUNCTION_ARGS  )
Datum pg_reload_conf ( PG_FUNCTION_ARGS  )
Datum pg_rotate_logfile ( PG_FUNCTION_ARGS  )
Datum pg_size_pretty ( PG_FUNCTION_ARGS  )
Datum pg_stat_file ( PG_FUNCTION_ARGS  )
Datum pg_tablespace_databases ( PG_FUNCTION_ARGS  )
Datum pg_tablespace_size_name ( PG_FUNCTION_ARGS  )
Datum pg_tablespace_size_oid ( PG_FUNCTION_ARGS  )
Datum pg_total_relation_size_name ( PG_FUNCTION_ARGS  )
Datum pg_total_relation_size_oid ( PG_FUNCTION_ARGS  )
Datum pgsql_version ( PG_FUNCTION_ARGS  )
Datum quote_ident ( PG_FUNCTION_ARGS  )
const char* quote_identifier ( const char *  ident)
Datum quote_literal ( PG_FUNCTION_ARGS  )
char* quote_qualified_identifier ( const char *  namespace,
const char *  ident 
)
Datum radians ( PG_FUNCTION_ARGS  )
Datum record_in ( PG_FUNCTION_ARGS  )
Datum record_out ( PG_FUNCTION_ARGS  )
Datum record_recv ( PG_FUNCTION_ARGS  )
Datum record_send ( PG_FUNCTION_ARGS  )
Datum regclassin ( PG_FUNCTION_ARGS  )
Datum regclassout ( PG_FUNCTION_ARGS  )
Datum regclassrecv ( PG_FUNCTION_ARGS  )
Datum regclasssend ( PG_FUNCTION_ARGS  )
Datum regoperatorin ( PG_FUNCTION_ARGS  )
Datum regoperatorout ( PG_FUNCTION_ARGS  )
Datum regoperatorrecv ( PG_FUNCTION_ARGS  )
Datum regoperatorsend ( PG_FUNCTION_ARGS  )
Datum regoperin ( PG_FUNCTION_ARGS  )
Datum regoperout ( PG_FUNCTION_ARGS  )
Datum regoperrecv ( PG_FUNCTION_ARGS  )
Datum regopersend ( PG_FUNCTION_ARGS  )
Datum regprocedurein ( PG_FUNCTION_ARGS  )
Datum regprocedureout ( PG_FUNCTION_ARGS  )
Datum regprocedurerecv ( PG_FUNCTION_ARGS  )
Datum regproceduresend ( PG_FUNCTION_ARGS  )
Datum regprocin ( PG_FUNCTION_ARGS  )
Datum regprocout ( PG_FUNCTION_ARGS  )
Datum regprocrecv ( PG_FUNCTION_ARGS  )
Datum regprocsend ( PG_FUNCTION_ARGS  )
Datum regtypein ( PG_FUNCTION_ARGS  )
Datum regtypeout ( PG_FUNCTION_ARGS  )
Datum regtyperecv ( PG_FUNCTION_ARGS  )
Datum regtypesend ( PG_FUNCTION_ARGS  )
Datum repeat ( PG_FUNCTION_ARGS  )
Datum replace_text ( PG_FUNCTION_ARGS  )
text* replace_text_regexp ( text src_text,
void *  regexp,
text replace_text,
bool  glob 
)
Datum RI_FKey_cascade_del ( PG_FUNCTION_ARGS  )
Datum RI_FKey_cascade_upd ( PG_FUNCTION_ARGS  )
Datum RI_FKey_check_ins ( PG_FUNCTION_ARGS  )
Datum RI_FKey_check_upd ( PG_FUNCTION_ARGS  )
Datum RI_FKey_noaction_del ( PG_FUNCTION_ARGS  )
Datum RI_FKey_noaction_upd ( PG_FUNCTION_ARGS  )
Datum RI_FKey_restrict_del ( PG_FUNCTION_ARGS  )
Datum RI_FKey_restrict_upd ( PG_FUNCTION_ARGS  )
Datum RI_FKey_setdefault_del ( PG_FUNCTION_ARGS  )
Datum RI_FKey_setdefault_upd ( PG_FUNCTION_ARGS  )
Datum RI_FKey_setnull_del ( PG_FUNCTION_ARGS  )
Datum RI_FKey_setnull_upd ( PG_FUNCTION_ARGS  )
Datum rpad ( PG_FUNCTION_ARGS  )
Datum rtrim ( PG_FUNCTION_ARGS  )
Datum rtrim1 ( PG_FUNCTION_ARGS  )
Datum session_user ( PG_FUNCTION_ARGS  )
Datum set_config_by_name ( PG_FUNCTION_ARGS  )
Datum setseed ( PG_FUNCTION_ARGS  )
Datum show_all_settings ( PG_FUNCTION_ARGS  )
Datum show_config_by_name ( PG_FUNCTION_ARGS  )
Datum similar_escape ( PG_FUNCTION_ARGS  )
Datum split_text ( PG_FUNCTION_ARGS  )
bool SplitIdentifierString ( char *  rawstring,
char  separator,
List **  namelist 
)
List* stringToQualifiedNameList ( const char *  string,
const char *  caller 
)
Datum text_char ( PG_FUNCTION_ARGS  )
Datum text_cidr ( PG_FUNCTION_ARGS  )
Datum text_float4 ( PG_FUNCTION_ARGS  )
Datum text_float8 ( PG_FUNCTION_ARGS  )
Datum text_ge ( PG_FUNCTION_ARGS  )
Datum text_gt ( PG_FUNCTION_ARGS  )
Datum text_inet ( PG_FUNCTION_ARGS  )
Datum text_int2 ( PG_FUNCTION_ARGS  )
Datum text_int4 ( PG_FUNCTION_ARGS  )
Datum text_larger ( PG_FUNCTION_ARGS  )
Datum text_le ( PG_FUNCTION_ARGS  )
Datum text_lt ( PG_FUNCTION_ARGS  )
Datum text_macaddr ( PG_FUNCTION_ARGS  )
Datum text_name ( PG_FUNCTION_ARGS  )
Datum text_numeric ( PG_FUNCTION_ARGS  )
Datum text_oid ( PG_FUNCTION_ARGS  )
Datum text_pattern_eq ( PG_FUNCTION_ARGS  )
Datum text_pattern_ge ( PG_FUNCTION_ARGS  )
Datum text_pattern_gt ( PG_FUNCTION_ARGS  )
Datum text_pattern_le ( PG_FUNCTION_ARGS  )
Datum text_pattern_lt ( PG_FUNCTION_ARGS  )
Datum text_pattern_ne ( PG_FUNCTION_ARGS  )
Datum text_regclass ( PG_FUNCTION_ARGS  )
Datum text_smaller ( PG_FUNCTION_ARGS  )
Datum text_substr ( PG_FUNCTION_ARGS  )
Datum text_substr_no_len ( PG_FUNCTION_ARGS  )
Datum text_to_array ( PG_FUNCTION_ARGS  )
Datum textcat ( PG_FUNCTION_ARGS  )
Datum texteq ( PG_FUNCTION_ARGS  )
Datum texticlike ( PG_FUNCTION_ARGS  )
Datum texticnlike ( PG_FUNCTION_ARGS  )
Datum texticregexeq ( PG_FUNCTION_ARGS  )
Datum texticregexne ( PG_FUNCTION_ARGS  )
Datum textin ( PG_FUNCTION_ARGS  )
Datum textlen ( PG_FUNCTION_ARGS  )
Datum textlike ( PG_FUNCTION_ARGS  )
Datum textne ( PG_FUNCTION_ARGS  )
Datum textnlike ( PG_FUNCTION_ARGS  )
Datum textoctetlen ( PG_FUNCTION_ARGS  )
Datum textout ( PG_FUNCTION_ARGS  )
Datum textpos ( PG_FUNCTION_ARGS  )
Datum textrecv ( PG_FUNCTION_ARGS  )
Datum textregexeq ( PG_FUNCTION_ARGS  )
Datum textregexne ( PG_FUNCTION_ARGS  )
Datum textregexreplace ( PG_FUNCTION_ARGS  )
Datum textregexreplace_noopt ( PG_FUNCTION_ARGS  )
Datum textregexsubstr ( PG_FUNCTION_ARGS  )
Datum textsend ( PG_FUNCTION_ARGS  )
List* textToQualifiedNameList ( text textval)
Datum tideq ( PG_FUNCTION_ARGS  )
Datum tidin ( PG_FUNCTION_ARGS  )
Datum tidout ( PG_FUNCTION_ARGS  )
Datum tidrecv ( PG_FUNCTION_ARGS  )
Datum tidsend ( PG_FUNCTION_ARGS  )
Datum to_hex32 ( PG_FUNCTION_ARGS  )
Datum to_hex64 ( PG_FUNCTION_ARGS  )
Datum translate ( PG_FUNCTION_ARGS  )
Datum trigger_in ( PG_FUNCTION_ARGS  )
Datum trigger_out ( PG_FUNCTION_ARGS  )
int32 type_maximum_size ( Oid  type_oid,
int32  typemod 
)
Datum unknownin ( PG_FUNCTION_ARGS  )
Datum unknownout ( PG_FUNCTION_ARGS  )
Datum unknownrecv ( PG_FUNCTION_ARGS  )
Datum unknownsend ( PG_FUNCTION_ARGS  )
Datum upper ( PG_FUNCTION_ARGS  )
Datum varchar ( PG_FUNCTION_ARGS  )
Datum varcharin ( PG_FUNCTION_ARGS  )
Datum varcharout ( PG_FUNCTION_ARGS  )
Datum varcharrecv ( PG_FUNCTION_ARGS  )
Datum varcharsend ( PG_FUNCTION_ARGS  )
int varstr_cmp ( char *  arg1,
int  len1,
char *  arg2,
int  len2 
)
Datum void_in ( PG_FUNCTION_ARGS  )
Datum void_out ( PG_FUNCTION_ARGS  )
Datum width_bucket_numeric ( PG_FUNCTION_ARGS  )
Datum xid_age ( PG_FUNCTION_ARGS  )
Datum xideq ( PG_FUNCTION_ARGS  )
Datum xidin ( PG_FUNCTION_ARGS  )
Datum xidout ( PG_FUNCTION_ARGS  )
Datum xidrecv ( PG_FUNCTION_ARGS  )
Datum xidsend ( PG_FUNCTION_ARGS  )

Documentación de las variables

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'