Re: Doubt in IndexScanDescData

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Suresh" <suiyengar(at)yahoo(dot)com>
Cc: "Hans-Juergen Schoenig" <postgres(at)cybertec(dot)at>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Doubt in IndexScanDescData
Date: 2008-02-17 17:03:32
Message-ID: 87d4qvtt0b.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

One thing you might be missing is that indexes are relations too. They're a
bit different than heap relations (ie "tables") but they share enough
structure that it's worth using the same datatypes to represent both.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's RemoteDBA services!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2008-02-17 18:45:40 Re: NetBSD/dtime_t
Previous Message Hans-Juergen Schoenig 2008-02-17 16:22:57 Re: Doubt in IndexScanDescData