Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "cc(at)cj3(dot)cc" <cc(at)cj3(dot)cc>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date: 2019-06-28 11:38:57
Message-ID: 21523511561721937@sas1-063d61d846d8.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello

Thank you for report. Can you verify you using psql version 12beta2? You see message like this:

> ./psql
> psql (12beta2)
> Type "help" for help.
>
> postgres=#

For example "\d pg_stats" works for me in this case

Or something like:

> psql (11.4 (Debian 11.4-1.pgdg100+1), server 12beta2)
> WARNING: psql major version 11, server major version 12.
> Some psql features might not work.
> Type "help" for help.
>
> postgres=#

Older psql version should give such error, this is expected and we write warning about it.

regards, Sergei

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message c Campo 2019-06-28 12:40:03 Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Previous Message PG Bug reporting form 2019-06-28 11:20:21 BUG #15881: \d name_of_any_table_in_any_database produces ERROR