OSDN Git Service

From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 2 Apr 1997 18:24:52 +0000 (18:24 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 2 Apr 1997 18:24:52 +0000 (18:24 +0000)
commita51df14a6927933ba576850a50125fccf283a175
tree0c498bc3a1e1b0e5cc42975aad9f1d1d3b0da8b4
parent17b5bd33e415404734d9f904615a54814b80900b
From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
Subject: [HACKERS] Patch: SET var TO 'val'

  Here is a patch that adds a "SET variable TO 'somevalue'" capability
to the parser, and then calls the SetPGVariable() function (which does
just issue a elog(NOTICE) to see whether it works).

  That's the framework for adding timezone/date format/language/...
stuff.
src/backend/parser/gram.y
src/backend/tcop/utility.c
src/backend/tcop/variable.c
src/include/nodes/nodes.h
src/include/nodes/parsenodes.h