From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | Miguel <mvillagomez(at)sayab(dot)com(dot)mx> |
Cc: | Postgres <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Ayuda con un Trigger |
Date: | 2006-08-19 00:13:12 |
Message-ID: | c2d9e70e0608181713s3781f43fvacedb143f912a53a@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
> CREATE TABLE empleado(id_empleado SERIAL NOT NULL UNIQUE, paterno varchar
> NOT NULL, materno varchar, nombre varchar NOT NULL, ingreso date NOT NULL,
> puesto varchar, sueldo_mensual float NOT NULL, activo boolean NOT NULL,
> PRIMARY KEY(nombre, paterno, materno));
>
Aunque no tiene que ver con tu pregunta y se que me arriesgo a reclamos...
Porque tienes un compo NOT NULL UNIQUE que es un id y define la
PRIMARY KEY en tres campos textos? no es mejor dejar el id como
PRIMARY KEY?
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Espartano | 2006-08-19 00:41:44 | Re: Re: [pgsql-es-ayuda] Es posible agregar una columna a una tabla ya creada en un lugar que no sea el último. |
Previous Message | Milton Galo Patricio | 2006-08-18 23:03:54 | Re: Ayuda con un Trigger |