BTW, version is: 'PostgreSQL 8.3.4, compiled by Visual C++ build 1400' I don't have any such setting referenced in any .conf file. So I guess NHibernate tries to set this setting, assuming I have a more recent version of PG. If that's the case, it'll go away when I upgrade.. Mike On Mon, Aug 23, 2010 at 6:49 AM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: > Mike Christensen <mike@xxxxxxxxxxxxx> writes: >> Sorry, when I had emailed the NHibernate DL the exception was in the >> subject line. I forgot to copy the subject this time. The exception >> is: > >> ERROR: 42704: unrecognized configuration parameter >> "ssl_renegotiation_limit" > > ssl_renegotiation_limit is a server parameter that was added to all > active PG branches in a security patch last February. Apparently you > have a postgresql.conf file that tries to set that parameter, and have > reverted to a server version that doesn't include it. Best fix is to > update your PG to latest minor release. Alternatively you could take > out the setting but that would imply you don't have the security fix, > and also probably the problem that led you to put in the setting would > come back. > > regards, tom lane > -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general