Re: [pgadmin-support] Foreign key creation error

2003-08-14 Thread Andreas Pflug
Miha Radej wrote: Hi! I've tried creating in pgAdmin3. The generated SQL output was CREATE TABLE public."KOMENTARJI" ( "idKomentarja" bigserial NOT NULL, "idRecepta" int8 NOT NULL, "idUporabnika" int8 NOT NULL, "Komentar" text NOT NULL, "DatumVnosa" text NOT NULL, "IPVnosa" tex

[pgadmin-support] Foreign key creation error

2003-08-14 Thread Miha Radej
Hi! I've tried creating in pgAdmin3. The generated SQL output was CREATE TABLE public."KOMENTARJI" ( "idKomentarja" bigserial NOT NULL, "idRecepta" int8 NOT NULL, "idUporabnika" int8 NOT NULL, "Komentar" text NOT NULL, "DatumVnosa" text NOT NULL, "IPVnosa" text NOT NULL, CONS