Re: subset of attributes

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: subset of attributes
Date: 2011-02-15 22:46:11
Message-ID: 4D5B0233.6060300@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/15/11 2:01 PM, Alpha Beta wrote:
> Hi,
>
> while reading about databases, I didn't understand what can be subset
> of attributes, see the following :
>
> Let Ri (Xi) be a relation sheme, where Xi is a set of attributes. and
> if t is a tuple for Ri (Xi) and Y is a subset of Xi, then t[Y] denote
> the subtuple of t corresponding to Y.
>
> does a subset of attributes just means the instances that exist in
> each tuple?

this question really has nothing to do with postgresql, except in the
most theoretical sense. perhaps you should find a forum or list that
deals with abstract database theory.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2011-02-15 23:05:16 Re: help understanding explain output
Previous Message Merlin Moncure 2011-02-15 22:24:45 Re: SELECT INTO array[i] with PL/pgSQL