Re: Functions refering directly to table columns?

From: cluster <skrald(at)amossen(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions refering directly to table columns?
Date: 2007-07-24 23:00:06
Message-ID: f86098$26ho$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> How can I obtain this non-argument-requiring function feature?

I solved it myself: Define the function using composite types
(http://www.postgresql.org/docs/8.2/interactive/xfunc-sql.html)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-07-25 01:05:41 Re: Will partial index creation use existing index?
Previous Message cluster 2007-07-24 22:33:15 Functions refering directly to table columns?