Re: [SQL] Aggregate Functions Template

2005-06-13 Thread postgres
Hi, Sqlers - I just installed 8.0.3, and am getting up to speed with the new features. First on my list is Tablespaces. In the docs, I see this: Note: There is usually not much point in making more than one tablespace per logical file system, since you cannot control the

Re: [SQL] Aggregate Functions Template

2005-05-20 Thread Mark Fenbers
Yes, your varlena links are what I was looking for as a source of help... Thanks! Mark Michael Fuhr wrote: On Thu, May 19, 2005 at 03:17:07PM -0400, Mark Fenbers wrote: I need to create an aggregate function to do some math not currently provided by the available tools. Can someone point to an

Re: [SQL] Aggregate Functions Template

2005-05-19 Thread Michael Fuhr
On Thu, May 19, 2005 at 03:17:07PM -0400, Mark Fenbers wrote: > > I need to create an aggregate function to do some math not currently > provided by the available tools. Can someone point to an example > aggregate function syntax that I can use as a template for my own > function. I'm still a

[SQL] Aggregate Functions Template

2005-05-19 Thread Mark Fenbers
I need to create an aggregate function to do some math not currently provided by the available tools. Can someone point to an example aggregate function syntax that I can use as a template for my own function. I'm still a little green on some aspects of PostgreSQL and am drawing a blank on ho