Re: dividing money by money
Andy Balholm <andy@balholm.com>
From: Andy Balholm <andy@balholm.com>
To: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Cc: <pgsql-hackers@postgresql.org>
Date: 2010-05-30T22:54:57Z
Lists: pgsql-hackers
On May 30, 2010, at 6:53 AM, Kevin Grittner wrote: > You would basically move the functions and their prototypes to cash.c > and cash.h, and then (instead of CREATE FUNCTION, etc.) add > corresponding entries to pg_proc.h and pg_operator.h. (If I'm > missing something, someone please jump in.) Of course there's the > issue of adding the new operators to the documentation, too. How do I come up with OID numbers for my new operators and functions?