aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
Commit message (Collapse)AuthorAge
...
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
|
* Add psql option:Bruce Momjian2006-02-12
| | | | | | -1 or --single-transaction Simon Riggs
* Please find enclosed a patch that lets you use \c to connectBruce Momjian2006-02-12
| | | | | | | | | (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
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-11
| | | | | | | | 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
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
|
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-18
|
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-10
| | | | | | 100.000,0. Eugen Nedelcu
* Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian2005-07-06
| | | | | | | | | | | | | 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
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
| | | | Lorne Sunley
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
| | | | macros around strings that were missing them.
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-08
| | | | from our long-established standard.
* Update copyrights that were missed.Bruce Momjian2005-01-01
|
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
| | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
* Trivial fix for a bug introduced in r1.94 of help.c: we want to onlyNeil Conway2004-11-24
| | | | | include "\s" in \? output when readline is enabled, but that commit supressed "\s" whether readline was enabled or not.
* Clarify some stringsPeter Eisentraut2004-11-09
|
* Message style revisionsPeter Eisentraut2004-10-12
|
* Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian2004-10-06
| | | | | typically install witn readline, and throw an error if they try to access it.
* Pgindent run for 8.0.Bruce Momjian2004-08-29
|
* Update copyright to 2004.Bruce Momjian2004-08-29
|
* Ignore trailing spaces in psql \h.Bruce Momjian2004-08-07
| | | | Greg Sabino Mullane
* Add permission display to \db+.Bruce Momjian2004-07-15
|
* Have \dn+ show permissions and description for schemas.Bruce Momjian2004-07-13
| | | | Dennis Bjorklund
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
| | | | | | | | | There are various things left to do: contrib dbsize and oid2name modules need work, and so does the documentation. Also someone should think about COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is dead, it just doesn't know it yet. Gavin Sherry and Tom Lane.
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
| | | | | | | | | | | | | conversion of basic ASCII letters. Remove all uses of strcasecmp and strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp; remove most but not all direct uses of toupper and tolower in favor of pg_toupper and pg_tolower. These functions use the same notions of case folding already developed for identifier case conversion. I left the straight locale-based folding in place for situations where we are just manipulating user data and not trying to match it to built-in strings --- for example, the SQL upper() function is still locale dependent. Perhaps this will prove not to be what's wanted, but at the moment we can initdb and pass regression tests in Turkish locale.
* I just noticed that \dp outputs "Table" to indicate relations (tables,Bruce Momjian2004-03-22
| | | | | | | sequences and views). This patch allows it to handle views and sequences. Euler Taveira de Oliveira
* Have psql help show \w parameter as requied.Bruce Momjian2004-01-09
|
* This makes help like this:Bruce Momjian2003-12-01
| | | | | | | | | | | \lo_export LOBOID FILE \lo_import FILE [COMMENT] \lo_list \lo_unlink LOBOID large object operations Instead of not saying anything about what arguments are required. Christopher Kings-Lynne
* attached is a patch that adds display of the groups a user belongs to toBruce Momjian2003-12-01
| | | | | | \du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de>
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
|
* Add documentation about \pset footer to \?.Peter Eisentraut2003-10-02
| | | | from Patrick Welche
* Allow translation of SQL help in psql.Peter Eisentraut2003-09-14
|
* seemed like a typo in one of the appendix tablesBruce Momjian2003-09-11
| | | | Robert Treat
* Update row count for \? output, used by pager.Bruce Momjian2003-09-10
|
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
| | | | so it won't miss 'em again.
* pgindent run.Bruce Momjian2003-08-04
|
* Update copyrights to 2003.Bruce Momjian2003-07-25
| | | | | | | | | print.c: Add one more line to pager calculation to account for the prompt. help.c: Call PageOutput with correct number of lines within slashUsage Add one to line count in helpSQL to account for "Available help:" line. Make copyright match COPYRIGHT file. (Just "1994") Greg Sabino Mullane
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
|
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-11
| | | | name.
* Document file name as optional for \o in psql help (\h).Bruce Momjian2003-04-14
|
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-18
| | | | | functions and global variables from the rest of psql. Also clean up some data type mismatches created by the last pager patch.
* Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian2003-03-10
| | | | Bj?rklund.
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-07
| | | | | (ie, the one with describe-schema support). Minor code review. Adjust display of casts to use standard type names.
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-13
|
* TODO marked as done:Bruce Momjian2002-12-12
| | | | | | | | | | | | | | | | | | | | | * Add schema, cast, and conversion backslash commands to psql I had to create a new publically available function, pg_conversion_is_visible, as it seemed to be missing from the catalogs. This required me to do no small amount of hacking around in namespace.c I have updated the \? help and sgml docs. \dc - list conversions [PATTERN] \dC - list casts \dn list schemas I didn't support patterns with casts as there's nothing obvious to match against. Catalog version incremented --- initdb required. Christopher Kings-Lynne
* Move psql \? Formatting above Large Object/Copy.Bruce Momjian2002-12-11
|
* psql \? rearrangement, suggested by Tom.Bruce Momjian2002-12-11
|
* Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian2002-12-11
|
* Back out psql help change. Not done yet.Bruce Momjian2002-12-11
|
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-11
|
* Here is a patch that does just that, while maintaining theBruce Momjian2002-11-08
| | | | | | | | "traditional" behavior, so the change should be transparent. Use the command "\pset pager always" to turn it on. Anything else does the normal toggle between "on" and "off" Greg Sabino Mullane