Schema "localization"

Tables

# Table Name Owner Tablespace Description
1 cultures postgres DEFAULT
2 localized_resources postgres DEFAULT
3 resources postgres DEFAULT

Sequences

# Sequence Name Owner Data Type Start Value Increment Description
1 localized_resources_id_seq postgres bigint 1 1
2 resources_resource_id_seq postgres bigint 1 1

Views

# View Name Owner Tablespace Description
1 localized_resources_view postgres DEFAULT

Materialized Views

# Matview Name Owner Tablespace Description

Functions

# Function Owner Description
1 add_localized_resource(text, text, text)
RETURNS void
postgres
2 add_resource(path text, key text, value text)
RETURNS void
postgres
3 get_localization_table(culture_code text)
RETURNS TABLE(row_number bigint, key text, invariant_resource text, value text)
postgres

Triggers

# Trigger Owner Description

Types

# Type Base Type Owner Collation Default Type StoreType NotNull Description