Re: HERENCIA

From: "Luis Fernando Curiel Cabrera" <lcuriel(at)gmail(dot)com>
To: "Linder Poclaba" <linder(dot)poclaba(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: HERENCIA
Date: 2006-07-19 22:17:00
Message-ID: 4fa3ceed0607191517n69dcaf9euf04d214cc4cd7cd8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Mi problema es el siguiente:

Siguiendo el ejemplo que trae la documentación:

CREATE TABLE cities (
name text,
population float,
altitude int -- in feet
);

CREATE TABLE capitals (
state char(2)
) INHERITS (cities);

de que forma inserto las capitales:
INSERT INTO capitals (state, name, poulation, altitude)
VALUES ('Encino', 'Mezquitan', 12345, 9876543)

Sé que quizas sea algo muy sencillo para todos, pero realmente no entendi
esto.

On 7/19/06, Linder Poclaba <linder(dot)poclaba(at)gmail(dot)com> wrote:
>
>
>
> On 7/19/06, Luis Fernando Curiel Cabrera <lcuriel(at)gmail(dot)com> wrote:
> >
> > Alguno de estudes me puede recomendar un vinculo en el que pueda leer
> > todo lo relacionado a la herencia. Relamente tengo muchas dudas y quiero
> > aprender como usarla.
> >
>
> Hola esto te puede servir:
>
> http://www.postgresql.org/docs/8.1/static/ddl-inherit.html
>
> Saludos.
>
> Gracias por su ayuda.
> >
> > --
> > Luis Fernando Curiel Cabrera
> > - Professional ABACO DE BOLITAS Developer.
> > - Certified ABACO DE BOLITAS Programmer.
> >
>
>

--
Luis Fernando Curiel Cabrera
- Professional ABACO DE BOLITAS Developer.
- Certified ABACO DE BOLITAS Programmer.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Juan Martínez 2006-07-19 22:25:53 [Fwd: Re: Fw: Que Linux recomiendan usar con Postgres]
Previous Message Leonel Nunez 2006-07-19 22:07:37 Re: Fw: Que Linux recomiendan usar con Postgres