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

Commita6f3c1f

Browse files
committed
Show owner of types in psql \dT+
1 parent5d79b67 commita6f3c1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/bin/psql/describe.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ describeTypes(const char *pattern, bool verbose, bool showSystem)
528528
" ) AS \"%s\",\n",
529529
gettext_noop("Elements"));
530530
}
531+
if (verbose)
532+
{
533+
appendPQExpBuffer(&buf,
534+
" pg_catalog.pg_get_userbyid(t.typowner) AS \"%s\",\n",
535+
gettext_noop("Owner"));
536+
}
531537
if (verbose&&pset.sversion >=90200)
532538
{
533539
printACLColumn(&buf,"t.typacl");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp