Commit Graph

170 Commits (414c5a2ea65cbd38d79ffdf9b1fde7cc75c134e0)

Author SHA1 Message Date
Heikki Linnakangas 1e4baa5c96 Update psql's \copyright to match the text we have in the COPYRIGHT file. 15 years ago
Peter Eisentraut 77ff840835 Document the "S" option for psql's \dn command in the psql help 15 years ago
Robert Haas 9c5e2c120b Add new psql command \dL to list languages. 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Peter Eisentraut 299591d1a2 Make \? output of \dg and \du the same 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane b6e06942c6 Add a \sf (show function) command to psql, for those times when you need to 15 years ago
Tom Lane 36ba263d8f Clean up failure to use ClosePager() where appropriate in help.c. 15 years ago
Tom Lane 568e709372 Extend psql's \e and \ef commands so that a line number can be specified, 15 years ago
Robert Haas 013ed0bd81 Add \conninfo command to psql, to show current connection info. 15 years ago
Robert Haas 5234a95245 Fix psql help: \da+ is same as \da, but \daS is not. 16 years ago
Tom Lane 54cd4f0457 Work around a subtle portability problem in use of printf %s format. 16 years ago
Magnus Hagander 43d07d63b1 Revert patch for --psqlrc=FILENAME in psql. 16 years ago
Magnus Hagander 66c2cc2ba9 Add --psqlrc=FILENAME parameter to psql, to process an explicitly named 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Alvaro Herrera 474f825574 Add the new psql command \drds to the psql docs, help and tab completion. 16 years ago
Tom Lane 249724cb01 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 16 years ago
Peter Eisentraut 20f7f019f9 Easier to translate psql help 16 years ago
Peter Eisentraut 5e22994127 Document \dg+ and \du+ 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Bruce Momjian 73b44dca38 Use brackets in psql \df \? help. 17 years ago
Bruce Momjian 301f800895 Merge psql \df options into a single \? line, and update docs. 17 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 17 years ago
Peter Eisentraut 86eab8dae0 Message improvement 17 years ago
Tom Lane 5b02174144 Add missing help output for \ef option. Andrew Gierth 17 years ago
Peter Eisentraut de0c3b3e58 Update line count for \? output (obtained from wc -l) 17 years ago
Peter Eisentraut 842f4bcfe4 In the \? output, align the columns consistently. 17 years ago
Peter Eisentraut 9987f66001 Fix my typo 17 years ago
Peter Eisentraut 92fc8b41e5 Add the long options to the psql --help display, where they were curiously 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut cd3b750929 Sort the output of --help mostly alphabetical, make it align better, make 17 years ago
Bruce Momjian 7e518a3d01 Removeduplicate \dd psql help mention. 17 years ago
Bruce Momjian 3084a8aea3 Add spaces around psql \d* columns, per idea from Joshua Drake. 17 years ago
Bruce Momjian 17f601ecb2 Improve \z psql \? help display. 17 years ago
Bruce Momjian f5ed2ee533 Add documentation for new \d*S* patch, and clean up some of the docs. 17 years ago
Bruce Momjian 9491c82f71 This makes all the \dX commands (most importantly to most: \df) work 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Alvaro Herrera c67f037f4f Document that \t and \x are now settable. 17 years ago
Heikki Linnakangas 15dc3f59c7 Update "help" output to reflect that \timing now takes an optional on/off 18 years ago
Bruce Momjian 9263d86f59 Update psql startup banner to be shorter, suggest "help" for help. 18 years ago
Bruce Momjian 719a115874 Reorgnize psql \? help output, to reduce the size of the "General" 18 years ago
Bruce Momjian b6f0ad4b0e Have psql command 'help' suggest the use of \?, updated version. 18 years ago
Bruce Momjian dc565af454 Allow 'help' in psql to show \? help, for novice assistance. 18 years ago
Tom Lane 2f6e61b8a6 Improve description of \du and \dg, per suggestion from 18 years ago
Magnus Hagander 2d7705e85e Include \password in the psql help. 18 years ago
Tom Lane f7108ce06b Fix psql \h output for case of no parameters (ie, list all the known commands) 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago