Re: [ADMIN] PGOPTS

2006-04-18 Thread Tom Lane
Richard Broersma Jr <[EMAIL PROTECTED]> writes: > All I could find similar to PGOPTS was PGOPTIONS. Are they equivalent? If > they are, would it be > safe to use PGOPTIONS in-place of PGOPTS in the /etc/conf.d/postgresql conf > file? There is no such animal as PGOPTS referenced anywhere in the

Re: [ADMIN] PGOPTS

2006-04-18 Thread Richard Broersma Jr
All I could find similar to PGOPTS was PGOPTIONS. Are they equivalent? If they are, would it be safe to use PGOPTIONS in-place of PGOPTS in the /etc/conf.d/postgresql conf file? --- Bruce Momjian wrote: > Richard Broersma Jr wrote: > > Is anyone aware of documentation that describes what the

Re: [ADMIN] PGOPTS

2006-04-18 Thread Bruce Momjian
Richard Broersma Jr wrote: > Is anyone aware of documentation that describes what the valid parameters for > the PGOPTS variable > are and how they are used? I see it mentioned in the configuration and libpq sections of the manual. It allows you to pass parameters to the startup of the backend.