From: | Jaime Casanova <systemguards(at)gmail(dot)com> |
---|---|
To: | Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx> |
Cc: | Rommel Oramas <rommel(dot)oramas(at)gmail(dot)com>, Andres Ortiz <ing(dot)andresortiz(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Seguridad en tablas |
Date: | 2005-12-02 14:16:08 |
Message-ID: | c2d9e70e0512020616j3d742d84t1b7b341c8b42668@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 12/1/05, Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx> wrote:
> Jaime Casanova <systemguards(at)gmail(dot)com> writes:
>
> > Seguro? de que forma ayudaria? debe permitirme hacer los mismo inserts
> > y/o updates a la base...
>
> Si seguro. Dime la tabla y las columnas que quieres protejer y te doy
> la vista y las reglas.
>
> Saludos,
> Manuel.
>
Haber Manuel, pensando en el problema de Andres veamos como protejer
esta tabla...
create table LOTE_PRODUCCION (
codigo serial not null primary key,
cod_digitador integer not null references DIGITADOR(codigo),
-- asumo que lo que van a digitar esta divido en bloques o lotes y que
para mayor
-- comodidad han sido debidamente numerados
numero_lote integer not null,
fecha_inicio timestamp not null,
fecha_fin timestamp
);
--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)
From | Date | Subject | |
---|---|---|---|
Next Message | Alex Stapleton | 2005-12-02 14:16:24 | Re: 15,000 tables |
Previous Message | Roman Jesus Astorga Guzman | 2005-12-02 13:57:58 | RE: Seguridad en tablas |