join problem...

From: "riki" <riki_fox(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: join problem...
Date: 2007-01-10 15:34:00
Message-ID: eo30qa$2rt8$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

i'm trying to extract some info from system catalog tables.
documentation says that i should join columns of different data type.
that is int2[] with int2, array with integer.
how can i make this join work?

thanks

http://www.postgresql.org/docs/7.4/static/catalog-pg-constraint.html

conkey int2[] pg_attribute.attnum If a table constraint, list of
columns which the constraint constrains

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-01-10 15:41:19 Re: join problem...
Previous Message dcrespo 2007-01-10 15:00:35 Re: Postgres Replication