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

From Tom Lane
Subject Re: Can't find docs on Postgresql.conf
Date
Msg-id 2435.1005092279@sss.pgh.pa.us
Whole thread Raw
In response to Re: Can't find docs on Postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Can't find docs on Postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 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

We already *did* increase the standard max number of function
parameters, from 8 to 16, and that was just a couple or three versions
back.  I don't recall hearing any groundswell of complaints to evidence
that very many people need it set higher.

NAMEDATALEN is a different story --- we do see complaints about that
fairly regularly.
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Can't find docs on Postgresql.conf
Next
From: Tom Lane
Date:
Subject: Re: Can't find docs on Postgresql.conf