Re: Getting available options

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Getting available options
Date: 2008-02-19 14:17:51
Message-ID: 20080219141751.GG7652@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:

> That would work for all the settings here I think, except for log_destinatino
> which actually supports multiple choices from the enumeration. But that
> would be fairly easy to implement on top of it.

I think DateStyle should also be considered carefully, given how it has
two different settings in one variable (USE_XXX_STYLE and DATEORDER_XXX)

TimeZone would also be a little more difficult than an enum.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-02-19 14:23:40 Re: Getting available options
Previous Message Gevik Babakhani 2008-02-19 14:04:59 Re: Getting available options