Improve obsolete comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Apr 2009 00:44:30 +0000 (00:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Apr 2009 00:44:30 +0000 (00:44 +0000)
src/bin/psql/describe.c

index ae64df6c3765b58cbc71d89eab2870f362c9ffab..cc8898439fd71e90f0522b9031bee6021f35d0da 100644 (file)
@@ -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)