Re: advice on extensions needed

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: advice on extensions needed
Date: 2000-08-26 07:00:11
Message-ID: 39A76AFB.F735AFF8@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Just to make sure I understand. Suppose I create two user-defined
> types A and B and want interconversions. I will need the following
> functions, right?
> /* conversions */
> A * A (const B *);
> B * B (const A *);

Right.

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-26 07:04:44 Re: Access PostgreSQL server via SSL/Internet
Previous Message Tom Lane 2000-08-26 01:44:36 Re: Performance on inserts