From: Tom Lane Date: Sat, 4 Apr 2009 00:44:30 +0000 (+0000) Subject: Improve obsolete comment. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a3fadaafdb1a8aa91600a23750ed1bc033552842;p=users%2Fsimon%2Fpostgres.git Improve obsolete comment. --- diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index ae64df6c37..cc8898439f 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -1944,15 +1944,15 @@ add_role_attribute(PQExpBuffer buf, const char *const str) /* * listTables() * - * handler for \d, \dt, etc. + * handler for \dt, \di, etc. * * tabtypes is an array of characters, specifying what info is desired: * t - tables * i - indexes * v - views * s - sequences - * S - system tables (pg_catalog) * (any order of the above is fine) + * If tabtypes is empty, we default to \dtvs. */ bool listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSystem)