Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 16:35:23 -0700
From:      Joseph Oreste Bruni <jbruni@me.com>
To:        girgen@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: postgresql-server-8.3.6
Message-ID:  <66D3DBFB-9994-4B78-A31E-D156BCA1F513@me.com>

next in thread | raw e-mail | index | archive | help

--Apple-Mail-1-623969960
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed;
	delsp=yes
Content-Transfer-Encoding: 7bit

Hello,

I'm looking through the RC script used to manage PostgreSQL 8.3 and  
I'm curious about the defaults used for the postgresql_flags variable.  
The script sets the default value to "-w -s -m fast". What were these  
supposed to do?

Both -w and -m appear to be invalid flags for postgresql 8.3. The -s  
option is documented as "show statistics after each query".

The text of the script is as follows:

postgresql_flags=${postgresql_flags:-"-w -s -m fast"}

-Joe


--Apple-Mail-1-623969960--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66D3DBFB-9994-4B78-A31E-D156BCA1F513>