1. 10 Sep, 2008 5 commits
  2. 09 Sep, 2008 2 commits
  3. 08 Sep, 2008 4 commits
  4. 07 Sep, 2008 4 commits
  5. 06 Sep, 2008 2 commits
    • Tom Lane's avatar
      Adjust psql's new \ef command to present an empty CREATE FUNCTION template · 409c144d
      Tom Lane authored
      for editing if no function name is specified.  This seems a much cleaner way
      to offer that functionality than the original patch had.  In passing,
      de-clutter the error displays that are given for a bogus function-name
      argument, and standardize on "$function$" as the default delimiter for the
      function body.  (The original coding would use the shortest possible
      dollar-quote delimiter, which seems to create unnecessarily high risk of
      later conflicts with the user-modified function body.)
      409c144d
    • Tom Lane's avatar
      Implement a psql command "\ef" to edit the definition of a function. · 2c863ca8
      Tom Lane authored
      In support of that, create a backend function pg_get_functiondef().
      The psql command is functional but maybe a bit rough around the edges...
      
      Abhijit Menon-Sen
      2c863ca8
  6. 05 Sep, 2008 7 commits
  7. 04 Sep, 2008 1 commit
  8. 03 Sep, 2008 1 commit
  9. 02 Sep, 2008 1 commit
  10. 01 Sep, 2008 6 commits
  11. 30 Aug, 2008 2 commits
  12. 29 Aug, 2008 5 commits