postgresql/src/bin/psql
Robert Haas 59414cdedb Change psql's \dd command to do something more useful.
Instead of displaying comments on an arbitrary subset of the object
types which support them, make \dd display comments on exactly those
object types which don't have their own backlash commands.  We now
regard the display of comments as properly the job of the relevant
backslash command (though many of them do so only in verbose mode)
rather than something that \dd should be responsible for.  However,
a handful of object types have no backlash command, so make \dd
give information about those.

Josh Kupershmidt
2011-08-11 11:16:29 -04:00
..
po Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c Teach psql to display the comments on conversions and domains. 2011-08-08 12:26:13 -04:00
command.h Add \ir command to psql. 2011-07-06 11:45:13 -04:00
common.c Add missing newlines at end of error messages 2011-07-26 23:23:18 +03:00
common.h Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
copy.c Fix psql's counting of script file line numbers during COPY. 2011-07-05 12:04:40 -04:00
copy.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
create_help.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
describe.c Change psql's \dd command to do something more useful. 2011-08-11 11:16:29 -04:00
describe.h Teach psql to display the comments on conversions and domains. 2011-08-08 12:26:13 -04:00
help.c Change psql's \dd command to do something more useful. 2011-08-11 11:16:29 -04:00
help.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
input.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
input.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
large_obj.c Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
large_obj.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mainloop.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mainloop.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mbprint.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mbprint.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00
print.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
print.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prompt.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prompt.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psqlscan.l Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
settings.h Change EDITOR_LINENUMBER_SWITCH to an environment variable 2011-07-24 00:25:29 +03:00
startup.c Add \ir command to psql. 2011-07-06 11:45:13 -04:00
stringutils.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
stringutils.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tab-complete.c Add \ir command to psql. 2011-07-06 11:45:13 -04:00
tab-complete.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
variables.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
variables.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00