Re: unix_socket_directory

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: unix_socket_directory
Date: 2004-12-18 04:10:41
Message-ID: 200412180410.iBI4AfG08357@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe wrote:
> On Fri, 2004-12-17 at 16:18, Tom Lane wrote:
> > Scott Marlowe <smarlowe(at)g2switchworks(dot)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.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2004-12-18 04:43:39 Re: replacements for vacuum?
Previous Message Lonni J Friedman 2004-12-18 02:53:42 Re: replacements for vacuum?