Re: schema inspection

From: "Michael James" <Michael(dot)James(at)icrossing(dot)com>
To: "Achilleus Mantzios" <achill(at)matrix(dot)gatewaynet(dot)com>, <rcolmegna(at)tiscali(dot)it>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: schema inspection
Date: 2006-03-16 15:43:00
Message-ID: BFA548F7C4F8AB4DAA80E93C996633E60244B015@ZAPPA.ic.aiall
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Pgadmin is a good GUI interface if you want that same info, but pg_catalog is a better tool

-----Original Message-----
From: pgsql-sql-owner(at)postgresql(dot)org [mailto:pgsql-sql-owner(at)postgresql(dot)org] On Behalf Of Achilleus Mantzios
Sent: Thursday, March 16, 2006 9:45 AM
To: rcolmegna(at)tiscali(dot)it
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] schema inspection

O rcolmegna(at)tiscali(dot)it έγραψε στις Mar 16, 2006 :

> Hi,
>
> supposing to have a small DB:
>
> TABLE a (
> id SERIAL PRIMARY KEY
> );
>
> TABLE b (
> id SERIAL PRIMARY KEY,
> idA INTEGER NOT NULL REFERENCES a(id)
> );
>
> How can I inspect pg_schema/information_schema to "detect" the
> relation between "b" and "a" via "idB"?
>

pg_catalog.pg_constraint is your (only?) friend.

> TIA
> Roberto Colmegna
>
>
>
>
>
> Tiscali ADSL 4 Mega Flat
> Naviga senza limiti con l'unica Adsl a 4 Mega di velocitΓ  a soli 19,95 β?¬ al mese!
> Attivala subito e hai GRATIS 2 MESI e l'ATTIVAZIONE.
> http://abbonati.tiscali.it/banner/middlepagetracking.html?c=webmailadsl&r=http://abbonati.tiscali.it/adsl/sa/4flat_tc/&a=webmail&z=webmail&t=14
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--
-Achilleus

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

iCrossing Privileged and Confidential Information
This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of iCrossing. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

Browse pgsql-sql by date

  From Date Subject
Next Message Алексей Заяц 2006-03-16 15:48:51 Re: help with function
Previous Message lacou 2006-03-16 15:06:16 help with function