Re: Can't find docs on Postgresql.conf - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Can't find docs on Postgresql.conf
Date
Msg-id 200111062342.fA6NgDR00841@candle.pha.pa.us
Whole thread Raw
In response to Can't find docs on Postgresql.conf  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: Can't find docs on Postgresql.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Can't find docs on Postgresql.conf
Next
From: Tom Lane
Date:
Subject: Re: Can't find docs on Postgresql.conf