Aggregates with internal state type?

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: PostgreSQL SQL List <pgsql-sql(at)postgresql(dot)org>
Subject: Aggregates with internal state type?
Date: 2006-09-13 20:34:08
Message-ID: 45086B40.3000200@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

The PostgreSQL allows functions to define "internal" as parameter and
return types for functions, when those are not visible from SQL.

This lead me to the question whether it is possible to use "internal" as
state type for an Aggregate whose functions are implemented in C.

Thanks,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-09-13 21:13:07 Re: Aggregates with internal state type?
Previous Message Emi Lu 2006-09-13 13:51:48 Re: How to get all users under a group