mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Improve obsolete comment.
This commit is contained in:
parent
81fc5df83e
commit
591f2944de
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.206 2009/04/04 00:41:11 tgl Exp $
|
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.207 2009/04/04 00:44:30 tgl Exp $
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
@ -1944,15 +1944,15 @@ add_role_attribute(PQExpBuffer buf, const char *const str)
|
|||||||
/*
|
/*
|
||||||
* listTables()
|
* listTables()
|
||||||
*
|
*
|
||||||
* handler for \d, \dt, etc.
|
* handler for \dt, \di, etc.
|
||||||
*
|
*
|
||||||
* tabtypes is an array of characters, specifying what info is desired:
|
* tabtypes is an array of characters, specifying what info is desired:
|
||||||
* t - tables
|
* t - tables
|
||||||
* i - indexes
|
* i - indexes
|
||||||
* v - views
|
* v - views
|
||||||
* s - sequences
|
* s - sequences
|
||||||
* S - system tables (pg_catalog)
|
|
||||||
* (any order of the above is fine)
|
* (any order of the above is fine)
|
||||||
|
* If tabtypes is empty, we default to \dtvs.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSystem)
|
listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSystem)
|
||||||
|
Loading…
Reference in New Issue
Block a user