Bug 56217

Summary: Postgresql feature request
Product: [Retired] Red Hat Linux Reporter: Rob K <mammal>
Component: postgresqlAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: low    
Version: 7.2Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-13 23:43:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rob K 2001-11-13 23:43:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+)
Gecko/20011108

Description of problem:
Currently, to use the -i switch for pgsql postmaster you need to edit
/etc/init.d/postgresql. This, and the other postgres config files, are a
pain.

Something like Debian's /etc/postgresql would be *much* better.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:

	

Additional info:

Comment 1 Trond Eivind Glomsrxd 2001-11-13 23:52:20 UTC
Change the configuration file instead of editing the initscript -
/var/lib/pgsql/data/postgresql.conf

Comment 2 Rob K 2001-11-14 00:03:38 UTC
Well, that was easy :)

/var/lib is a strange, dare I say nonintuitive, place for config files, though.

Thanks!