Re: array indizes in SQL

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: "Hans-Peter Oeri" <hp(at)oeri(dot)ch>
Cc: ListaPostgre <pgsql-novice(at)postgresql(dot)org>
Subject: Re: array indizes in SQL
Date: 2007-11-12 16:40:29
Message-ID: a55915760711120840u2e7febdfs3f0b55763eeb9cad@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 11/12/07, Hans-Peter Oeri <hp(at)oeri(dot)ch> wrote:
> Thanks for your input... However, you're ignoring the index field order
> - which might differ from attribute order. At least some querys need
> 'correct' index orders, like foreign key (field) relations: the field at
> index position 2 in table a relates to the field at index position 2 in
> table b.

Can you give details on what you're doing that depends on such ordering?

Just to have a better background of your requirements.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Hans-Peter Oeri 2007-11-12 17:04:54 Re: array indizes in SQL
Previous Message Hans-Peter Oeri 2007-11-12 14:45:46 Re: array indizes in SQL