Hello,
Le 30/07/09 11:38, Heigo Niilop a écrit :
> hi,
>
> I have table
>
> CREATE TABLE table
> (
> id integer NOT NULL,
> timest timestamp with time zone NOT NULL,
> db_time timestamp with time zone NOT NULL DEFAULT now(),
> "values" text[],
> CONSTRAINT table_pkey PRIMARY KEY (id, t
hi,
I have table
CREATE TABLE table
(
id integer NOT NULL,
timest timestamp with time zone NOT NULL,
db_time timestamp with time zone NOT NULL DEFAULT now(),
"values" text[],
CONSTRAINT table_pkey PRIMARY KEY (id, timest)
)
„id“ have foreign key with table1
and when I t