Dumped on 2006-08-01

Index of database - account_repository


Table: ac_dossier

ac_dossier Structure
F-Key Name Type Description
dos_id integer PRIMARY KEY DEFAULT nextval(('dossier_id'::text)::regclass)
dos_name text UNIQUE NOT NULL
dos_description text
dos_jnt_user integer

Index - Schema public


Table: ac_users

ac_users Structure
F-Key Name Type Description
use_id integer PRIMARY KEY DEFAULT nextval(('users_id'::text)::regclass)
use_first_name text
use_name text
use_login text UNIQUE NOT NULL
use_active integer
use_pass text
use_admin integer

 

ac_users Constraints
Name Constraint
$1 CHECK (((use_active = 0) OR (use_active = 1)))

Tables referencing this one via Foreign Key Constraints:

Index - Schema public


Table: jnt_use_dos

jnt_use_dos Structure
F-Key Name Type Description
jnt_id integer NOT NULL DEFAULT nextval(('seq_jnt_use_dos'::text)::regclass)
ac_users.use_id use_id integer PRIMARY KEY
dos_id integer PRIMARY KEY

Index - Schema public


Table: modeledef

modeledef Structure
F-Key Name Type Description
mod_id integer PRIMARY KEY DEFAULT nextval(('s_modid'::text)::regclass)
mod_name text NOT NULL
mod_desc text

Index - Schema public


Table: priv_user

priv_user Structure
F-Key Name Type Description
priv_id integer NOT NULL DEFAULT nextval(('seq_priv_user'::text)::regclass)
priv_jnt integer NOT NULL
priv_priv text

Index - Schema public


Table: theme

theme Structure
F-Key Name Type Description
the_name text NOT NULL
the_filestyle text
the_filebutton text

Index - Schema public


Table: user_global_pref

The user's global parameter

user_global_pref Structure
F-Key Name Type Description
ac_users.use_login user_id text PRIMARY KEY

user's login
parameter_type text PRIMARY KEY

the type of parameter
parameter_value text

the value of parameter

Index - Schema public


Table: version

version Structure
F-Key Name Type Description
val integer

Index - Schema public


Function: plpgsql_validator( oid )

Returns: void

Language: C

plpgsql_validator

Generated by PostgreSQL Autodoc

W3C HTML 4.01 Strict