Commit Graph

210 Commits (3a0717c3f078d02e7b0ce64ad3a703313cbcea33)

Author SHA1 Message Date
Bruce Momjian 0669785ba8 Improve psql \df error handling. 17 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 17 years ago
Tom Lane 4703250a76 Remove psql's ancient hack that suppressed functions taking or returning 17 years ago
Tom Lane 591f2944de Improve obsolete comment. 17 years ago
Tom Lane 81fc5df83e Make \dt \di and friends more consistent about the treatment of 17 years ago
Bruce Momjian 96e218a049 Do not show information_schema in \d* commands, unless 'S' or pattern is 17 years ago
Bruce Momjian 33e7eac37c Change psql \d* display so 'S' _or_ a pattern include system objects. 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Peter Eisentraut 3e90346628 Polish SQL/MED terminology 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Tom Lane 7de7876cd5 Fix psql's \dD to show only one row per domain, even when the domain has 17 years ago
Alvaro Herrera 787020fd3d Improve psql \d+ to show TOAST reloptions too. Per complaint from 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Bruce Momjian 71928e7b9f Make psql \d and \dt consistent for system tables, i.e prevent \d from 17 years ago
Bruce Momjian 2384287f6d Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. 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
Tom Lane eb273743ed Fix another problem in SQL-MED \d displays: should have a clean failure 17 years ago
Tom Lane 6672daace1 Consistently use multi-line formatting for all ACL columns printed by psql's 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Alvaro Herrera 1eec10a2de Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Tom Lane 13fc2e4df8 Fix two error-recovery bugs in describeOneTableDetails(), and make the code 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Tom Lane a4775a80fd Suppress compiler warning, and not incidentally make the code more 18 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Bruce Momjian 590510136e Addendum: psql sequence value display patch was originally written by 18 years ago
Bruce Momjian 8516ce0914 Have psql \d show the value of sequence columns. 18 years ago
Bruce Momjian bf523f97ca Add comment about literal strings in our syntax not being translated in 18 years ago
Bruce Momjian 71e0296dbc Add column storage type to psql \d+ display. 18 years ago
Bruce Momjian c9b2591efc In psql, rename trans_* variables to translate_*, for clarity. 18 years ago
Peter Eisentraut 96193aa803 More replacements of binary compatible to binary coercible. 18 years ago
Peter Eisentraut b11c1876ed Don't print the name of the database in psql \z. 18 years ago
Tom Lane 0a8f6b797a Fix psql's \d and allied commands to work with all server versions back to 7.4. 18 years ago
Alvaro Herrera a61b2464fa Change \du to use the new printTable API, improving the situation of very wide 18 years ago
Alvaro Herrera e6a64bd3b6 Fix a bug in the previous patch, which caused the title pointer to be used 18 years ago
Alvaro Herrera 1e9199e84c Improve psql's internal print.c code by introducing an actual print API. 18 years ago
Andrew Dunstan a87f15d506 Display ACLS using multiple lines for psql's \z. Brendan Jurd. 18 years ago
Andrew Dunstan c0b1b01ef5 Show enum values in psql's \dt+. David Fetter. 18 years ago
Heikki Linnakangas 72e1d28afd Show relation size in verbose (e.g. \d+) output. 18 years ago
Alvaro Herrera 10be77c173 Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. 18 years ago
Tom Lane b65a509746 Show database access privileges in psql's \l command. For \l+, also show 18 years ago
Tom Lane 2be368a5af Display incoming as well as outgoing foreign-key constraints in psql's 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane df4271fedd Improve the method of localizing column names and other fixed strings in 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 46c099ce71 Consistent capitalization 18 years ago