Routines
Name | Type | Language | Deterministic | Return Type | Security Restriction | Comments |
---|---|---|---|---|---|---|
armor(bytea) | FUNCTION | c | true | text | INVOKER | |
armor(bytea, text[], text[]) | FUNCTION | c | true | text | INVOKER | |
connectby(text, text, text, text, integer) | FUNCTION | c | false | SETOF record | INVOKER | |
connectby(text, text, text, text, integer, text) | FUNCTION | c | false | SETOF record | INVOKER | |
connectby(text, text, text, text, text, integer) | FUNCTION | c | false | SETOF record | INVOKER | |
connectby(text, text, text, text, text, integer, text) | FUNCTION | c | false | SETOF record | INVOKER | |
crosstab(text) | FUNCTION | c | false | SETOF record | INVOKER | |
crosstab(text, integer) | FUNCTION | c | false | SETOF record | INVOKER | |
crosstab(text, text) | FUNCTION | c | false | SETOF record | INVOKER | |
crosstab2(text) | FUNCTION | c | false | SETOF sgn.tablefunc_crosstab_2 | INVOKER | |
crosstab3(text) | FUNCTION | c | false | SETOF sgn.tablefunc_crosstab_3 | INVOKER | |
crosstab4(text) | FUNCTION | c | false | SETOF sgn.tablefunc_crosstab_4 | INVOKER | |
crypt(text, text) | FUNCTION | c | true | text | INVOKER | |
dearmor(text) | FUNCTION | c | true | bytea | INVOKER | |
decrypt(bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
decrypt_iv(bytea, bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
digest(bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
digest(text, text) | FUNCTION | c | true | bytea | INVOKER | |
encrypt(bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
encrypt_iv(bytea, bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
gen_random_bytes(integer) | FUNCTION | c | false | bytea | INVOKER | |
gen_random_uuid() | FUNCTION | c | false | uuid | INVOKER | |
gen_salt(text) | FUNCTION | c | false | text | INVOKER | |
gen_salt(text, integer) | FUNCTION | c | false | text | INVOKER | |
hmac(bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
hmac(text, text, text) | FUNCTION | c | true | bytea | INVOKER | |
normal_rand(integer, double precision, double precision) | FUNCTION | c | false | SETOF double precision | INVOKER | |
pgp_armor_headers(text, OUT key text, OUT value text) | FUNCTION | c | true | SETOF record | INVOKER | |
pgp_key_id(bytea) | FUNCTION | c | true | text | INVOKER | |
pgp_pub_decrypt(bytea, bytea) | FUNCTION | c | true | text | INVOKER | |
pgp_pub_decrypt(bytea, bytea, text) | FUNCTION | c | true | text | INVOKER | |
pgp_pub_decrypt(bytea, bytea, text, text) | FUNCTION | c | true | text | INVOKER | |
pgp_pub_decrypt_bytea(bytea, bytea) | FUNCTION | c | true | bytea | INVOKER | |
pgp_pub_decrypt_bytea(bytea, bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
pgp_pub_decrypt_bytea(bytea, bytea, text, text) | FUNCTION | c | true | bytea | INVOKER | |
pgp_pub_encrypt(text, bytea) | FUNCTION | c | false | bytea | INVOKER | |
pgp_pub_encrypt(text, bytea, text) | FUNCTION | c | false | bytea | INVOKER | |
pgp_pub_encrypt_bytea(bytea, bytea) | FUNCTION | c | false | bytea | INVOKER | |
pgp_pub_encrypt_bytea(bytea, bytea, text) | FUNCTION | c | false | bytea | INVOKER | |
pgp_sym_decrypt(bytea, text) | FUNCTION | c | true | text | INVOKER | |
pgp_sym_decrypt(bytea, text, text) | FUNCTION | c | true | text | INVOKER | |
pgp_sym_decrypt_bytea(bytea, text) | FUNCTION | c | true | bytea | INVOKER | |
pgp_sym_decrypt_bytea(bytea, text, text) | FUNCTION | c | true | bytea | INVOKER | |
pgp_sym_encrypt(text, text) | FUNCTION | c | false | bytea | INVOKER | |
pgp_sym_encrypt(text, text, text) | FUNCTION | c | false | bytea | INVOKER | |
pgp_sym_encrypt_bytea(bytea, text) | FUNCTION | c | false | bytea | INVOKER | |
pgp_sym_encrypt_bytea(bytea, text, text) | FUNCTION | c | false | bytea | INVOKER |
Processing...