Skip to content
Snippets Groups Projects
  1. Apr 17, 1997
    • Marc G. Fournier's avatar
      From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> · a1f229b1
      Marc G. Fournier authored
      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 :)
      a1f229b1
  2. Apr 02, 1997
    • Marc G. Fournier's avatar
      From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> · a51df14a
      Marc G. Fournier authored
      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.
      a51df14a
  3. Mar 25, 1997
Loading