postgresql/src/bin
Bruce Momjian c3a69c3b3b Attached is a patch that enhances the "\h" capability in psql. I often
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
2005-07-06 03:14:48 +00:00
..
initdb Add E'' to internally created SQL strings that contain backslashes. 2005-07-02 17:01:59 +00:00
ipcclean Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
pg_config Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00
pg_controldata Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
pg_ctl Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
pg_dump Add E'' to internally created SQL strings that contain backslashes. 2005-07-02 17:01:59 +00:00
pg_resetxlog Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pgevent Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
psql Attached is a patch that enhances the "\h" capability in psql. I often 2005-07-06 03:14:48 +00:00
scripts Add a validator function for plperl. Andrew Dunstan 2005-06-22 16:45:51 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00