- Mar 24, 2009
-
-
Peter Eisentraut authored
-
- Feb 27, 2009
-
-
Peter Eisentraut authored
missing. Since this touches most lines of the help output, also change the mix of puts and printf calls to printf everywhere, for easier code editing and reviewing.
-
- Feb 26, 2009
-
-
Peter Eisentraut authored
programs that have a -W/--password option. In passing, remove the ancient PSQL_ALWAYS_GET_PASSWORDS compile option.
-
- Feb 25, 2009
-
-
Peter Eisentraut authored
help of pg_dump and pg_dumpall more similar.
-
- Jan 07, 2009
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Fix \do and trigger display for the patch too.
-
- Jan 06, 2009
-
-
Bruce Momjian authored
like \dt does, in that it requires a \dXS to see system items. Greg Sabino Mullane
-
- Jan 01, 2009
-
-
Bruce Momjian authored
-
- Dec 19, 2008
-
-
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
-
- Nov 06, 2008
-
-
Tom Lane authored
if their source or target types match the pattern (using the same definition of "match" as \dT does). Per recent discussion.
-
- Aug 29, 2008
-
-
Alvaro Herrera authored
-
- Jun 11, 2008
-
-
Heikki Linnakangas authored
argument.
-
- May 16, 2008
-
-
Bruce Momjian authored
Add a few "help" entries. Move \g help entry into "General". Update psql version mismatch warning text. Joshua D. Drake
-
- May 14, 2008
-
-
Bruce Momjian authored
heading at the top; broken into more sections now.
-
- Apr 04, 2008
-
-
Bruce Momjian authored
Greg Sabino Mullane
-
Bruce Momjian authored
Greg Sabino Mullane
-
- Mar 29, 2008
-
-
Tom Lane authored
Harald Armin Massa.
-
- Mar 26, 2008
-
-
Magnus Hagander authored
While at it, change the order of the documented options to be alphabetically again.
-
- Jan 20, 2008
-
-
Tom Lane authored
to format properly for the actually needed column width, instead of having a hard-wired assumption about the longest command name length. Also make it respond to the current screen width. In passing, const-ify the constant table.
-
- Jan 01, 2008
-
-
Bruce Momjian authored
-
- Dec 11, 2007
-
-
Tom Lane authored
-
- Nov 15, 2007
-
-
Bruce Momjian authored
-
- Aug 21, 2007
-
-
Tom Lane authored
Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing, so anything that's broken is probably my fault. Documentation is nonexistent as yet, but let's land the patch so we can get some portability testing done.
-
- Feb 23, 2007
-
-
Bruce Momjian authored
Chad Wagner
-
- Jan 05, 2007
-
-
Bruce Momjian authored
back-stamped for this.
-
- Oct 06, 2006
-
-
Peter Eisentraut authored
-
- Jul 15, 2006
-
-
Tom Lane authored
-
- Jul 14, 2006
-
-
Bruce Momjian authored
-
Tom Lane authored
have no other gods before c.h'. Also remove some demonstrably redundant #include lines, mostly of <errno.h> which was added to c.h years ago.
-
- Jun 12, 2006
-
-
Tom Lane authored
failure to enter commands in history if canceled by control-C, other infelicities.
-
- Mar 05, 2006
-
-
Bruce Momjian authored
-
- Feb 12, 2006
-
-
Bruce Momjian authored
-1 or --single-transaction Simon Riggs
-
Bruce Momjian authored
(optionally) to a new host and port without exiting psql. This eliminates, IMHO, a surprise in that you can now connect to PostgreSQL on a differnt machine from the one where you started your session. This should help people who use psql as an administrative tool. David Fetter
-
- Feb 11, 2006
-
-
Bruce Momjian authored
Currently, while \e saves a single statement as one entry, interactive statements are saved one line at a time. Ideally all statements would be saved like \e does. Sergey E. Koposov
-
- Oct 15, 2005
-
-
Bruce Momjian authored
-
- Jul 18, 2005
-
-
Bruce Momjian authored
-
- Jul 10, 2005
-
-
Bruce Momjian authored
100.000,0. Eugen Nedelcu
-
- Jul 06, 2005
-
-
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
-