From: | Jaime Casanova <systemguards(at)yahoo(dot)com> |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Nuevamente con la Orientacion a Objetos |
Date: | 2004-11-24 04:54:55 |
Message-ID: | 20041124045455.7850.qmail@web50007.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
--- Cristofer Nicolas Reyes Aguilera
> Hash: SHA1
>
> Me gustaria saber si PostgreSQL tiene la capacidad
> de crear y administrar
> bases de datos OO, o si existe alguna manera de
> "simular" esta
> caracteristica.
>
CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ]
TABLE table_name (
{ column_name data_type [ DEFAULT default_expr ] [
column_constraint [ ... ] ]
| table_constraint
| LIKE parent_table [ { INCLUDING | EXCLUDING }
DEFAULTS ] } [, ... ]
)
[ INHERITS ( parent_table [, ... ] ) ]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ WITH OIDS | WITHOUT OIDS ]
[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]
[ TABLESPACE tablespace ]
Atentamente,
Jaime Casanova
_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Juanky Moral | 2004-11-24 07:29:14 | Re: Comentarios de columna |
Previous Message | Jaime Casanova | 2004-11-24 04:44:21 | Re: funciones |