Dumped on 2006-08-01
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
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
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
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
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
theme Structure
F-Key |
Name |
Type |
Description |
|
the_name |
text |
NOT NULL
|
|
the_filestyle |
text |
|
|
the_filebutton |
text |
|
Index -
Schema public
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
version Structure
F-Key |
Name |
Type |
Description |
|
val |
integer |
|
Index -
Schema public
Returns: void
Language: C
plpgsql_validator
Generated by PostgreSQL Autodoc
W3C HTML 4.01 Strict