| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Josh Berkus <josh(at)agliodbs(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Can't find docs on Postgresql.conf |
| Date: | 2001-11-06 23:42:13 |
| Message-ID: | 200111062342.fA6NgDR00841@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> Folks,
>
> I know there are full docs on postgresql.org somewhere detailing all of
> the postgresql.conf options. I can't find them ... only the limited set
> in the "runtime options" section.
>
> I'm looking for the option to change the number of parameters allowed
> for functions.
I don't think we have a configure option for the number of parameters.
The number of params and the length of identifiers are two things we
should increase in 7.3.
In TODO we now have:
* Increase identifier length (NAMEDATALEN) if small performance hit
* Increase maximum number of function parameters
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-11-07 00:10:20 | Re: Can't find docs on Postgresql.conf |
| Previous Message | Reinoud van Leeuwen | 2001-11-06 23:39:36 | Re: design tool |