Re: unix_socket_directory

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: unix_socket_directory
Дата
Msg-id 1103567313.22049.148.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: unix_socket_directory  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: unix_socket_directory
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Scheduler in Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unix_socket_directory