Schema "assert"

Tables

# Table Name Owner Tablespace Description

Sequences

# Sequence Name Owner Data Type Start Value Increment Description

Views

# View Name Owner Tablespace Description

Materialized Views

# Matview Name Owner Tablespace Description

Functions

# Function Owner Description
1 are_equal(VARIADIC anyarray, OUT message text, OUT result boolean)
RETURNS record
postgres
2 are_not_equal(VARIADIC anyarray, OUT message text, OUT result boolean)
RETURNS record
postgres
3 fail(message text)
RETURNS text
postgres
4 function_exists(function_name text, OUT message text, OUT result boolean)
RETURNS record
postgres
5 if_functions_compile(VARIADIC _schema_name text[], OUT message text, OUT result boolean)
RETURNS record
postgres
6 if_views_compile(VARIADIC _schema_name text[], OUT message text, OUT result boolean)
RETURNS record
postgres
7 is_equal(have anyelement, want anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
8 is_false(boolean, OUT message text, OUT result boolean)
RETURNS record
postgres
9 is_greater_than(x anyelement, y anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
10 is_less_than(x anyelement, y anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
11 is_not_equal(already_have anyelement, dont_want anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
12 is_not_null(anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
13 is_null(anyelement, OUT message text, OUT result boolean)
RETURNS record
postgres
14 is_true(boolean, OUT message text, OUT result boolean)
RETURNS record
postgres
15 ok(message text)
RETURNS text
postgres
16 pass(message text)
RETURNS text
postgres

Triggers

# Trigger Owner Description

Types

# Type Base Type Owner Collation Default Type StoreType NotNull Description