> diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c
> --- a/src/bin/psql/describe.c
> +++ b/src/bin/psql/describe.c
> @@ -1306,7 +1306,7 @@ describeOneTableDetails(const char *schemaname,
>         printTableAddHeader(&cont, headers[i], true, 'l');
> 
>     /* Check if table is a view */
> -   if (tableinfo.relkind == 'v')
> +   if (tableinfo.relkind == 'v' && verbose)
>     {
>         PGresult   *result;
> 
> Any final words?

Thanks?

--Josh Berkus


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to