Skip to content
Snippets Groups Projects
  1. Mar 24, 2009
  2. Feb 27, 2009
  3. Feb 26, 2009
  4. Feb 25, 2009
  5. Jan 07, 2009
  6. Jan 06, 2009
  7. Jan 01, 2009
  8. Dec 19, 2008
    • Peter Eisentraut's avatar
      SQL/MED catalog manipulation facilities · cae565e5
      Peter Eisentraut authored
      This doesn't do any remote or external things yet, but it gives modules
      like plproxy and dblink a standardized and future-proof system for
      managing their connection information.
      
      Martin Pihlak and Peter Eisentraut
      cae565e5
  9. Nov 06, 2008
  10. Aug 29, 2008
  11. Jun 11, 2008
  12. May 16, 2008
  13. May 14, 2008
  14. Apr 04, 2008
  15. Mar 29, 2008
  16. Mar 26, 2008
  17. Jan 20, 2008
  18. Jan 01, 2008
  19. Dec 11, 2007
  20. Nov 15, 2007
  21. Aug 21, 2007
  22. Feb 23, 2007
  23. Jan 05, 2007
  24. Oct 06, 2006
  25. Jul 15, 2006
  26. Jul 14, 2006
  27. Jun 12, 2006
  28. Mar 05, 2006
  29. Feb 12, 2006
  30. Feb 11, 2006
  31. Oct 15, 2005
  32. Jul 18, 2005
  33. Jul 10, 2005
  34. Jul 06, 2005
    • Bruce Momjian's avatar
      Attached is a patch that enhances the "\h" capability in psql. I often · c3a69c3b
      Bruce Momjian authored
      find myself typing a command and then wanting to get the syntax for it.
      So I do a ctrl-a and add a \h: but psql does not recognize the command,
      because I have stuff attached to it (e.g. "alter table foobar"), so I
      have to scroll over and delete everything except the name of the command
      itself. This patch gives \h three chances to match: if nothing matches
      the complete string (current behavior), it tries to match the first two
      words (e.g. "ALTER TABLE"). If that fails, it tries to match the first
      word (e.g. "DELETE").
      
      Greg Sabino Mullane
      c3a69c3b
Loading