Re: Can't find docs on Postgresql.conf

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Can't find docs on Postgresql.conf
Date: 2001-11-08 00:40:55
Message-ID: 20011107174055.A11558@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Nov 06, 2001 at 07:21:09PM -0500, Bruce Momjian wrote:
>
> I was talking to Ben Adida last week (OpenACS) and he mentioned they are
> having problems with the limit at 16, and it seems Josh is as well. Ben
> is doing some object-oriented function mechanism, and you know how that
> can eat parameters. Seems we should increase to 24 or 32. Is there a
> downside to the increase. I can't even imagine a performance hit.

Indeed we (at OpenACS) could use more parameters.

We are porting a zillion Oracle PL/SQL functions to Postgres, and in
Oracle you can have optional parameters and default values. In PostgreSQL
we have to overload functions to make up for the possible combinations.

In this process, sometimes we run out of parameters and have to submit to
more, errr, creative ways to get the job done.

The %TYPE patch that was added to 7.2 will help us a lot. Thanks a bunch.

-Roberto

--
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net
http://www.sdl.usu.edu - Space Dynamics Lab, Developer
Error finding REALITY.SYS - Universe halted.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Roberto Mello 2001-11-08 00:42:42 ISO SQL 92/99 paper?
Previous Message Peter Eisentraut 2001-11-08 00:25:40 Re: Need help with embedded CASEs