new runtime variables

From: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: new runtime variables
Date: 2000-09-06 18:04:10
Message-ID: 200009061804.MAA26303@biology.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am experimenting with some new datatypes that require some
metadata to control their action (e.g., like the DATESTYLE does for
date/time types). It seems that some new runtime variables make most
sense for this, though other suggestions are welcome.

Is there any documentation on how to implement runtime variables like
DATESTYLE? Presumably, I need to implement actions for the SET/SHOW
commands and some mechanism for retrieving values within backend code.
Anything else? How is this accomplished?

Thanks for your help.

Cheers,
Brook

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikheev, Vadim 2000-09-06 18:24:37 RE: WAL
Previous Message Michael Meskes 2000-09-06 16:20:22 Where is ./configure?