SQWareRepository:postgres
Presentation
It is the repository module, and stores rdbms indicators for all RDBMS.
It is a MySQL database.
Objects prefix by tsqw_% or isqw_% are generic.
Objects prefix by tsqwpg_% or isqwpg_% are specific for PostgreSQL.
Installation guide for SQWareRepository for PostgreSQL
Naming convention
All specific objects for PostgreSQL are named with prefixes:
- tsqwpg_% : for tables
- isqwpg_% : for index
- isqwpg_%_u : for uniques
- isqwpg_%_pk : for primary key