From: "Martin J. Laubach"
authorMarc G. Fournier
Thu, 17 Apr 1997 13:50:57 +0000 (13:50 +0000)
committerMarc G. Fournier
Thu, 17 Apr 1997 13:50:57 +0000 (13:50 +0000)
commita1f229b19e95ceab78bbd06f7ef1bec92acbe8b4
tree65444a4f632deef4e75b5f74d28c56854fa8841f
parentcfe0d67dc11377abf1befd302c1fce63a006c52a
From: "Martin J. Laubach" 
Subject: [HACKERS] Patch: set date to euro/us postgres/iso/sql

  Here a patch that implements a SET date for use by the datetime
stuff. The syntax is

        SET date TO 'val[,val,...]'

  where val is us (us dates), euro (european dates), postgres,
iso or sql.

  Thomas is working on the integration in his datetime module.
I just needed to get the patch out before it went stale :)
src/backend/tcop/variable.c
src/backend/utils/adt/datetime.c
src/include/tcop/variable.h