1. 06 Jul, 2005 1 commit
    • 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
  2. 05 Jul, 2005 8 commits
  3. 04 Jul, 2005 14 commits
  4. 03 Jul, 2005 5 commits
  5. 02 Jul, 2005 9 commits
  6. 01 Jul, 2005 3 commits