From 580b3b2b9eb376e86570c49ff84d5d6a3f4dec11 Mon Sep 17 00:00:00 2001 From: tgl Date: Sat, 4 Apr 2009 00:44:30 +0000 Subject: [PATCH] Improve obsolete comment. --- src/bin/psql/describe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.11.4.GIT