Re: unix_socket_directory - Mailing list pgsql-general

From Scott Marlowe
Subject Re: unix_socket_directory
Date
Msg-id 1103567313.22049.148.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: unix_socket_directory  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: unix_socket_directory  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, 2004-12-17 at 22:10, Bruce Momjian wrote:
> Scott Marlowe wrote:
> > On Fri, 2004-12-17 at 16:18, Tom Lane wrote:
> > > Scott Marlowe <smarlowe@g2switchworks.com> writes:
> > > >> Not sure, but I think you need quotes:
> > > >> unix_socket_directory = '/home/pgmaster/tmp'
> > >
> > > > Wow, that was way too simple.
> > >
> > > > So, is there a reason some things in the postgresql.conf file need '
> > > > marks around them and other things, like client_min_messages don't?
> > >
> > > I think the rule is anything but a number or identifier needs quotes,
> > > but I'm too lazy to go check.
> >
> > That's what I figured, and I too, am too lazy to go look.
>
> Some GUC parameters are integers, boolean, or floats, that don't need
> quotes, and some are strings that do.

What confused me was the constants that don't need quotes (like
client_min_messages) and can be set to many different string constants.
But they're all still constants, not vars.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Scheduler in Postgres
Next
From: Tom Lane
Date:
Subject: Re: unix_socket_directory