Re: Typed tables

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Chernow <ac(at)esilo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Typed tables
Date: 2010-01-12 13:53:51
Message-ID: 1263304431.14170.6.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tis, 2010-01-12 at 08:05 -0500, Andrew Chernow wrote:
> In practice, tables can be used for passing data around or storing it on disk.
> So, I guess my question remains unanswered as to what the composite type offers
> that a table doesn't; other than a name that better suits the task.

The arguments of functions are types, not tables. So you need types if
you want to use functions.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-12 13:59:01 Re: Streaming replication status
Previous Message Andrew Chernow 2010-01-12 13:05:01 Re: Typed tables