From: | "Wappler, Robert" <rwappler(at)ophardt(dot)com> |
---|---|
To: | "T???? ?apap?t???" <thanos(at)di(dot)uoa(dot)gr>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: GUC configuration |
Date: | 2011-02-10 17:45:25 |
Message-ID: | C8E2DAF0E663A948840B04023E0DE32A03097440@w2k3server02.de.ophardt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On %D, %SN wrote:
%Q
%C
--
Robert...
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of T???? ?apap?t???
> Sent: Thursday, February 10, 2011 2:18 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] GUC configuration
>
> Hi,
>
> I am an MSc student in the department of Informatics and
> Telecommunications of the University of Athens and as part of my
> thesis I am examining some new cost models for DB optimizers. I have
> successfully changed the optimizer of PostgreSQL in order to implement
> these models, but I have stumbled upon a very little detail: until now
> I use some hardcoded values in my code which I would like to make
> accessible through GUC. After much googling the only relative pages I
> have found is about configuring existing PostgreSQL variables. Can
> anybody please provide some help? How can I add some new configuration
> variables using GUC?
>
> Thanks in advance,
Are you looking for custom variable classes?
http://www.postgresql.org/docs/8.4/interactive/runtime-config-custom.htm
l
--
Robert...
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2011-02-10 18:54:42 | Cross Pollination is a wonderful thing |
Previous Message | Samuel Gilbert | 2011-02-10 17:13:33 | COPY statement REAL vs VARCHAR precision issue |