db_venik
Previous topic Chapter index Next topic

Table: perfo_ortet_geno

 

 

Schema

public

 

Owner

albenard

 

Tablespace

(default)

 

Descriptions

There is no description for table perfo_ortet_geno

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

idperf_ortet

serial

 

nextval('perfo_ortet_geno_idperf_ortet_seq'::regclass)

 

 

idmesure

integer

 

 

 

HVS 07-02-07 valeurs complétées selon nom_mesure; mis NOT NULL

 

idgeno

integer

 

 

 

HVS 07-02-07 vtous les champs sont complets; mis NOT NULL

 

 

annee

integer

 

 

 

 

 

 

 

mois

integer

 

 

 

 

 

 

 

age_ortet

integer

 

 

 

 

 

 

 

commentaire

text

 

 

 

 

 

 

 

valeur

numeric

 

 

 

 

 

 

 

ecart_type

numeric

 

 

 

 

 

 

 

recup_nom_geno

varchar(50)

 

 

 

 

 

 

 

recup_nom_mesure

varchar(50)

 

 

 

 

 

 

idunite

integer

 

 

 

 

avril 2008. Separation mesure et unite

 

 

idmes_old

integer

 

 

 

 

avril 2008. Provisoire. ancien indice des mesures

 

Foreign Keys

Name

Columns

FK Table

FK Columns

Delete Action

Update Action

Deferrable

Check Time

Description

$1

idgeno

public.genotype

idgeno

No Action

No Action

 

Immediate

 

fk_perfo_ortet_geno_mesure

idmesure

public.mesure

idmesure

No Action

No Action

 

Immediate

 

unite_mesure

idunite

public.unite_mesure

idunite_mesure

Restrict

Restrict

 

Immediate

 

 

Check Constraints

There are no check constraints for table perfo_ortet_geno

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

pk_perfo_ortet_geno

btree

 

idperf_ortet

 

 

Triggers

There are no triggers for table perfo_ortet_geno

 

Rules

There are no rules for table perfo_ortet_geno

 

Policies

There are no policies for table perfo_ortet_geno

 

Referenced

There are no tables referenced by table perfo_ortet_geno

 

Properties

Property

Value

Inherited From

 

Rows

3565

Pages

46

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.perfo_ortet_geno (
 idperf_ortet SERIAL,
 idmesure INTEGER NOT NULL,
 idgeno INTEGER NOT NULL,
 annee INTEGER,
 mois INTEGER,
 age_ortet INTEGER,
 commentaire TEXT,
 valeur NUMERIC,
 ecart_type NUMERIC,
 recup_nom_geno VARCHAR(50),
 recup_nom_mesure VARCHAR(50),
 idunite INTEGER,
 idmes_old INTEGER,
 CONSTRAINT pk_perfo_ortet_geno PRIMARY KEY(idperf_ortet),
 FOREIGN KEY (idgeno)
   REFERENCES public.genotype(idgeno)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE
,
 CONSTRAINT fk_perfo_ortet_geno_mesure FOREIGN KEY (idmesure)
   REFERENCES public.mesure(idmesure)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE
,
 CONSTRAINT unite_mesure FOREIGN KEY (idunite)
   REFERENCES public.unite_mesure(idunite_mesure)
   ON DELETE RESTRICT
   ON UPDATE RESTRICT
   NOT DEFERRABLE

) ;

COMMENT ON COLUMN public.perfo_ortet_geno.idmesure
IS 'HVS 07-02-07 valeurs complétées selon nom_mesure; mis NOT NULL';

COMMENT ON COLUMN public.perfo_ortet_geno.idgeno
IS 'HVS 07-02-07 vtous les champs sont complets; mis NOT NULL';

COMMENT ON COLUMN public.perfo_ortet_geno.idunite
IS 'avril 2008. Separation mesure et unite';

COMMENT ON COLUMN public.perfo_ortet_geno.idmes_old
IS 'avril 2008. Provisoire. ancien indice des mesures';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic