projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a957d
)
Improve obsolete comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 4 Apr 2009 00:44:30 +0000
(
00:44
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 4 Apr 2009 00:44:30 +0000
(
00:44
+0000)
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index ae64df6c3765b58cbc71d89eab2870f362c9ffab..cc8898439fd71e90f0522b9031bee6021f35d0da 100644
(file)
--- 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 \d
t, \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)