Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit591f294

Browse files
committed
Improve obsolete comment.
1 parent81fc5df commit591f294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/describe.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
1010
*
11-
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.206 2009/04/04 00:41:11 tgl Exp $
11+
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.207 2009/04/04 00:44:30 tgl Exp $
1212
*/
1313
#include"postgres_fe.h"
1414

@@ -1944,15 +1944,15 @@ add_role_attribute(PQExpBuffer buf, const char *const str)
19441944
/*
19451945
* listTables()
19461946
*
1947-
* handler for \d, \dt, etc.
1947+
* handler for \dt, \di, etc.
19481948
*
19491949
* tabtypes is an array of characters, specifying what info is desired:
19501950
* t - tables
19511951
* i - indexes
19521952
* v - views
19531953
* s - sequences
1954-
* S - system tables (pg_catalog)
19551954
* (any order of the above is fine)
1955+
* If tabtypes is empty, we default to \dtvs.
19561956
*/
19571957
bool
19581958
listTables(constchar*tabtypes,constchar*pattern,boolverbose,boolshowSystem)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp