Just to be sure...

From: Guillaume Rousse <Guillaume(dot)Rousse(at)univ-reunion(dot)fr>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Just to be sure...
Date: 2000-02-27 23:27:55
Message-ID: 00022803280200.19453@agathe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I've some question about PostgreSQL object-orientations, as explained in the
JDBC prgramming manual (extended Postrgres API).
You can use table A as a type for a field in table B like this : create table
A (foo text); create table B (fee B);
This ensure 1-to-n relation between A and B like classical B foreign
key linked to A primary Key, with relational constraint morevoer : you can't
delete any tuple in A still linked to in B. Am i right to this point ?

Ok, here's what seems to be impossible :
- Declare a field as an array of another table, so as to have a n-to-n
relationship. I've tried create B (fee B[]), it doesn't function.
- Declare a recursive declaration. I tried create table A(foo A), it
doesn't function either.

--
Guillaume Rousse

Iremia - Universit de la Runion
15 avenue Ren Cassin, BP 7151
97715 Saint Denis, messagerie cedex 9
Tel:0262938330 Fax:0262938260 ICQ:10756815

BRIDGEKEEPER: What... is the air-speed velocity of an unladen swallow?
ARTHUR: What do you mean? An African or European swallow?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Carla J Breuker 2000-02-27 23:40:42 Perl Script and Postgres DB running via Apache Web Server
Previous Message GilBates 2000-02-27 21:48:37 (no subject)