Polymorphic?

From: Itai Zukerman <zukerman(at)math-hat(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Polymorphic?
Date: 2003-02-25 15:09:45
Message-ID: 87lm041jnq.fsf@matt.w80.math-hat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I'd like to define a C function that takes two arguments of type
"array of <fixed-length type>" and returns an INT4. The function
would make use of the <, <=, =, >=, > operators on the base type. Any
examples of or documentation on how to:

1. Extract information about the underlying type from the arrays, in
particular the size of the type?

2. Apply an operator from within C?

--
Itai Zukerman <http://www.math-hat.com/~zukerman/>

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2003-02-25 15:23:18 Re: how can i drop a <unnamed> constraint
Previous Message Christoph Haller 2003-02-25 15:05:25 Re: how can i drop a <unnamed> constraint